Fixed all specs except signup flow
This commit is contained in:
@@ -12,15 +12,6 @@ describe SupplierController, type: :routing do
|
||||
it "routes to #active_lists" do
|
||||
get("/supplier/active_lists").should route_to("supplier#active_lists")
|
||||
end
|
||||
it "routes to #close_list" do
|
||||
post("/supplier/close_list").should route_to("supplier#close_list")
|
||||
end
|
||||
it "routes to #mark_list_as_helped" do
|
||||
post("/supplier/mark_list_as_helped").should route_to("supplier#mark_list_as_helped")
|
||||
end
|
||||
it "routes to #order_is_delivered" do
|
||||
post("/supplier/order_is_delivered").should route_to("supplier#order_is_delivered")
|
||||
end
|
||||
it "routes to #mark_as_open" do
|
||||
post("/supplier/mark_as_open").should route_to("supplier#mark_as_open")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user