/feedback

Allow site visitors to submit feedback on tools

Primary LanguageRubyMIT LicenseMIT

feedback

Allow site visitors to submit feedback on tools

Installation

Add this line to your application's Gemfile:

git clone git@github.com:moneyadviceservice/feedback.git

Ensure you have bundler installed and execute:

$ bundle

Setup your database for both development and tests:

$ RAILS_ENV=development bundle exec rake db:setup
$ RAILS_ENV=test bundle exec rake db:setup

Usage

To start the dummy application:

$ cd spec/dummy
$ rails s

Tests

bundle exec rake

This will run Rspec and Cucumber tests.