Fixed controller tests
This commit is contained in:
parent
63e3c62356
commit
ed99d198f0
4 changed files with 52 additions and 53 deletions
|
|
@ -2,8 +2,7 @@ require 'test_helper'
|
|||
|
||||
class WelcomeControllerTest < ActionController::TestCase
|
||||
test "should get index" do
|
||||
get :index
|
||||
get :home
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue