And we are green

This commit is contained in:
2013-12-12 06:37:42 +01:00
parent 391c8a7613
commit a0d4312238
4 changed files with 13 additions and 7 deletions
@@ -50,7 +50,7 @@ describe Suppliers::SectionsController do
it "renders the #show view" do
section = create :section, supplier: @supplier
get :show, id: section
response.should render_template :show
response.should render_template :tables_view
end
end