aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/functional
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/test/functional')
-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 0d9bb47c3e..dff8e9d2c5 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 HomeControllerTest < ActionController::TestCase
+class WelcomeControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success