Further spec greening
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user