search for: __assert_select_wrapper

Displaying 1 result from an estimated 1 matches for "__assert_select_wrapper".

2007 Feb 15
1
Specs for RJS HTML output NOT containing an element
...nNotMetError else fail_with("Expected no matching elements but at least one was detected.") end end end end end module ActionController class TestResponse def should_not_have(*opts) __assert_select_wrapper.should_not_have(*opts) end end end Is there already a way of doing this, or a better (shorter) way than above? Ashley