johnboyes / santander-cycles

Get notifications on Slack for specific Santander Cycles docking station availability in London. Simple Ruby app.
0 stars 0 forks source link

override test command in circle.yml #8

Closed johnboyes closed 7 years ago

johnboyes commented 7 years ago

need to bundle exec rspec without the format progress bit.
At the moment this is specified via the circle dashboard GUI - better to specify it in the circle.yml See http://stackoverflow.com/questions/23617909/rspec-fails-with-invalid-option-even-though-the-option-is-valid-is-this-a-bug for more info.

johnboyes commented 7 years ago

NB the root cause which requires the workaround above may be because my rspec tests are invoking a rake task.