lynco / GetThroughThis

https://mysterious-chamber-6439.herokuapp.com/
MIT License
1 stars 0 forks source link

RSpec Tests Fail #2

Open sunnyrjuneja opened 10 years ago

sunnyrjuneja commented 10 years ago

All the tests are currently not implemented or failing (4 pending, 32 failed of 36).

It took a few changes to get the tests even running. See 1ae0ad63842f5926f4b6c823f4a8b3d2f73e953a. Most of the failures look like errors from RSpec.

sunnyrjuneja commented 10 years ago
NoMethodError:
       undefined method `get' for #<RSpec::ExampleGroups::NavbarEntriesController::Routing:0x000000021ae8c8>

Here is an example. Mostly undefined methods.

siruguri commented 10 years ago

You might hate me for this but I haven't updated my tests in a while (for the baseline app that I clone whenever I make a new one) - and I'll probably code before spec'ing on this one, for at least till the 11th. But I promise to write passing tests right after that. I don't know how much of a TDD purist you are, hopefully not too much :)

On Tue, Jul 1, 2014 at 10:59 AM, Sunny Juneja notifications@github.com wrote:

NoMethodError: undefined method `get' for #RSpec::ExampleGroups::NavbarEntriesController::Routing:0x000000021ae8c8

Here is an example. Mostly undefined methods.

— Reply to this email directly or view it on GitHub https://github.com/lynco/GetThroughThis/issues/2#issuecomment-47689269.

sunnyrjuneja commented 10 years ago

Not that strong of a purist. I'm pretty sure the issue is that since you don't have a version specified for rspec-rails, it installed 3.0 which was a significant API breaker. They'll probably work in 2.99.x.