mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update guides/code/getting_started/test/functional/home_controller_test.rb
This commit is contained in:
parent
890c4b7778
commit
f820668867
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class WelcomeControllerTest < ActionController::TestCase
|
class HomeControllerTest < ActionController::TestCase
|
||||||
test "should get index" do
|
test "should get index" do
|
||||||
get :index
|
get :index
|
||||||
assert_response :success
|
assert_response :success
|
||||||
|
|
Loading…
Reference in a new issue