aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guides/code/getting_started/test/functional/home_controller_test.rb2
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