search for: another_bug

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

2007 Aug 02
2
Do the :attributes and :content matchers work
...d fail since there is no bug attribute with a value of "here"'' do response.should have_tag( ''div'', :attributes => {:bug => "here"} ) response.should have_tag( ''div'', :attributes => {:bug => "here", :another_bug => ''there''} ) end I am calling render :partial => ''/bug/div'' in the before :each block. As I said I would expect this to fail but it does not. I am trying this because in the <my_app>/vendor/plugins/rspec_on_rails/spec/rails/dsl/view_spec...