php_app/test/controllers/welcome_controller_test.rb
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

10 lines
164 B
Ruby

require 'test_helper'
class WelcomeControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end