aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/functional
diff options
context:
space:
mode:
authorOscar Del Ben <info@oscardelben.com>2012-04-20 12:53:18 +0200
committerOscar Del Ben <info@oscardelben.com>2012-04-20 12:53:18 +0200
commite7e72aa253d9cb3bef786a955794986d1f3ff871 (patch)
tree85d7b3c6f1d2ac3f6928e695a0032332cda641a5 /guides/code/getting_started/test/functional
parent2e2afc0ac64190261df4b05428afddea96c8628c (diff)
downloadrails-e7e72aa253d9cb3bef786a955794986d1f3ff871.tar.gz
rails-e7e72aa253d9cb3bef786a955794986d1f3ff871.tar.bz2
rails-e7e72aa253d9cb3bef786a955794986d1f3ff871.zip
Add index and links section to Getting started guide
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