Citizen Participation and Open Government application using Decidim maintained by Open Source Politics.
Decidim version v0.27.1
- Clone repository locally
git clone git@github.com:OpenSourcePolitics/decidim-cese.git
- Once downloaded, install Ruby dependencies
bundle install
- Install Javascript dependencies
yarn install
- Setup your database with seeds
bundle exec rake db:setup
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/