Closed benichu closed 10 years ago
Ex: in https://travis-ci.org/railsbridge-montreal/railsbridge-montreal-website/builds/27400818
$ bundle exec rake The command "bundle exec rake" exited with 0. Done. Your build exited with 0.
When running test locally: bundle exec rspec
bundle exec rspec
... Finished in 0.49238 seconds 16 examples, 1 failure, 1 pending Failed examples: rspec ./spec/controllers/registrants_controller_spec.rb:19 # RegistrantsController#update updates and existing registrant ...
@benichu This is good to go :smile_cat:
merged and working well :smile:
Ex: in https://travis-ci.org/railsbridge-montreal/railsbridge-montreal-website/builds/27400818
When running test locally:
bundle exec rspec