Build Steps
Dependencies installation:
bundle install --path=vendor/bundle
Before test execution:
bundle exec rake tmp:create
curl -o tmp/sample.jpg http://pic.prepics-cdn.com/nikoniko0903/33828338.jpeg
bundle exec rake db:create
RAILS_ENV=test bundle exec rake db:migrate
Test suite commands:
bundle exec rubocop -c .rubocop-custom.yml --rails -D; date
bundle exec scss-lint -c .scss-lint.yml ./app/assets/stylesheets/; date
bundle exec code_hunter; date
bundle exec rake spec:acceptance
COVERAGE=on bundle exec rake spec