Displaying 1 result from an estimated 1 matches for "reports_path".
2007 Oct 22
1
View spec response has no content?
...ref => products_path, :text => ''Products''})
response.should have_tag(''a'', :attributes => {:href => reservations_path, :text => ''Reservations''})
response.should have_tag(''a'', :attributes => {:href => reports_path, :text => ''Reports''})
response.should have_tag(''a'', :attributes => {:href => users_path, :text => ''Users''})
end
it ''should display a logout link'' do
response.should have_tag(''a'', :at...