mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 19:45:45 +00:00
Tests for non privileged routes
This commit is contained in:
@@ -25,6 +25,10 @@ class StaticPagesControllerTest < ActionController::TestCase
|
||||
assert_redirected_to '/static_pages/not_allowed'
|
||||
end
|
||||
|
||||
|
||||
test "get root page" do
|
||||
get :home
|
||||
success
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user