Displaying 1 result from an estimated 1 matches for "add_dealer".
2007 Jun 15
2
Is it still possible to use should_have_rjs
...d on unusual line contents, and all my model
and controller specs now pass. But I''m getting 53 failures on my view
specs, all along the lines of:
should have visual effect
Unknown RJS statement type effect
/Users/ashleymoran/Documents/Development/YourMoney/trunk/src/spec/
views/admin/add_dealer_rjs_view_spec.rb:33
31
32 it "should have visual effect" do
33 response.should have_rjs(:effect, :blind_down, "add_dealer")
34 end
35
I''m trying to revert these to should_have_rjs but I''ve looked through
the RSpec source and it seems should_have_rjs was...