broken pipe quest
This commit is contained in:
@@ -48,7 +48,7 @@ describe UserController, type: :routing do
|
||||
get("/user/table_info").should route_to("user#table_info")
|
||||
end
|
||||
it "routes to #join_occupied_table" do
|
||||
get("/user/join_occupied_table").should route_to("user#join_occupied_table")
|
||||
post("/user/join_occupied_table").should route_to("user#request_to_join_occupied_table")
|
||||
end
|
||||
it "routes to #join_occupied_table" do
|
||||
post("/user/join_occupied_table").should route_to("user#request_to_join_occupied_table")
|
||||
|
||||
Reference in New Issue
Block a user