cs_app/test/controllers/welcome_controller_test.rb
Nicolas Bally 8a08ee35c8 initial
2015-02-22 14:36:30 +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