Skip to content

OpenSourcePolitics/decidim-cese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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/