diff options
author | spyhole <thankleft@gmail.com> | 2012-06-02 13:33:39 +0800 |
---|---|---|
committer | spyhole <thankleft@gmail.com> | 2012-06-02 13:33:39 +0800 |
commit | f82066886780a9d5290cd3cfc3335c5798bfea57 (patch) | |
tree | 69672017e7a20f0f1e1eb2c511eb0238a025927c /guides/code/getting_started | |
parent | 890c4b7778335d1f3c4693bd52d9a07b3c0fa40e (diff) | |
download | rails-f82066886780a9d5290cd3cfc3335c5798bfea57.tar.gz rails-f82066886780a9d5290cd3cfc3335c5798bfea57.tar.bz2 rails-f82066886780a9d5290cd3cfc3335c5798bfea57.zip |
Update guides/code/getting_started/test/functional/home_controller_test.rb
Diffstat (limited to 'guides/code/getting_started')
-rw-r--r-- | guides/code/getting_started/test/functional/home_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/test/functional/home_controller_test.rb b/guides/code/getting_started/test/functional/home_controller_test.rb index dff8e9d2c5..0d9bb47c3e 100644 --- a/guides/code/getting_started/test/functional/home_controller_test.rb +++ b/guides/code/getting_started/test/functional/home_controller_test.rb @@ -1,6 +1,6 @@ require 'test_helper' -class WelcomeControllerTest < ActionController::TestCase +class HomeControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success |