Displaying 1 result from an estimated 1 matches for "apreviouscontroller".
2006 Sep 29
0
Living Dangerously?
...med to work.
Today it bit me. I most-always run my 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...