railsbridge-montreal / railsbridge-montreal-website

RailsBridge Montreal's website
http://www.railsbridge-montreal.com
5 stars 3 forks source link

Travis config should be updated, specs are not actually running, success not meaningful. #81

Closed benichu closed 10 years ago

benichu commented 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

...
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
...
nicholasjhenry commented 10 years ago

@benichu This is good to go :smile_cat:

benichu commented 10 years ago

merged and working well :smile: