Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 977 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 977 Bytes

Continuous Integration

Decidim app by OSP

Citizen Participation and Open Government application using Decidim maintained by Open Source Politics.

Decidim version v0.27.1

Getting started

  1. Clone repository locally
git clone [email protected]:OpenSourcePolitics/decidim-cese.git
  1. Once downloaded, install Ruby dependencies
bundle install
  1. Install Javascript dependencies
yarn install
  1. Setup your database with seeds
bundle exec rake db:setup

Running tests

This application has a functional testing suite. You can easily run locally the tests as following :

Create test environment database

bundle exec rake test:setup

And then run tests using rspec

bundle exec rspec spec/