I’m trying to get started with tests in Rails, I’m trying to add tests to a project I’ve been working on for some time.
You can see the results of the test here: http://travis-ci.org/#!/dannymcc/BaseApp2/builds/253987
As such, there aren’t really any tests in place – so shouldn’t it pass automatically?
You can see the fixture code etc. here: https://github.com/dannymcc/BaseApp2
I am working my way through the Rails testing guide but I thought it would pass until I write a test that fails? (http://guides.rubyonrails.org/testing.html)
Have you tried running the migrations as it suggests?