1
0
Fork 0
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:
spyhole 2012-06-02 13:33:39 +08:00
parent 890c4b7778
commit f820668867

View file

@ -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