Displaying 1 result from an estimated 1 matches for "thisnewcontroller".
2006 Sep 29
0
Living Dangerously?
...specs separately so I know what''s
failed but today I was doing some regression testing so ran rake
spec:controllers for the first time (gasp!).
Specs started to fail on the basic "controller.should_be_instance_of ...":
<ApreviousController> should be an instance of <ThisNewController>
A simple trace in lib/rspec_on_rails.rb (around lines 43-48) shows the
following...
>>>>>looking for AccountController
>>>>>found #<AccountController:0xb74cff20>
(next test)
>>>>>looking for FeedbackController
>>>>>found #...