search for: partial_collection_including_templ

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

2007 Aug 02
2
Do the :attributes and :content matchers work
...cause in the <my_app>/vendor/plugins/rspec_on_rails/spec/rails/dsl/view_spec_spec.rb file there is an example describe "A view that includes a partial using :collection and :spacer_template", :behaviour_type => :view do before(:each) do render "view_spec/partial_collection_including_template" end it "should render the partial w/ spacer_tamplate" do response.should have_tag(''div'', :content => ''Alice'') response.should have_tag(''hr'', :attributes =>{:id => "spacer"}) respon...