Further spec greening

This commit is contained in:
2015-09-21 16:56:39 +02:00
parent 2c3705790c
commit 61dba311fa
15 changed files with 33 additions and 119 deletions
@@ -51,7 +51,7 @@ describe Suppliers::ListsController, type: :controller do
it "renders the #show view" do
list = create :list, supplier: @supplier
get :show, id: list
response.should render_template :show
response.body.should include 'orders'
end
end