broken pipe quest

This commit is contained in:
2014-08-13 15:17:27 +02:00
parent 031e2bedea
commit 3fc7030002
13 changed files with 41 additions and 53 deletions
+1 -1
View File
@@ -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")