home_controller_test.rb 164 字节
Newer Older
1 2
require 'test_helper'

3
class WelcomeControllerTest < ActionController::TestCase
4 5 6 7 8 9
  test "should get index" do
    get :index
    assert_response :success
  end

end