1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixing tests, still not working

This commit is contained in:
2015-12-03 20:28:06 +00:00
parent 5898393fac
commit 119a97ebb7
3 changed files with 98 additions and 20 deletions

View File

@@ -68,7 +68,7 @@ class MatchesControllerTest < ActionController::TestCase
test "logged in tournament owner should post update match" do
sign_in_owner
post_update
assert_redirected_to tournament_path(@match.tournament_id)
assert_redirected_to mat_path(1)
end