cris_app/test/controllers/welcome_controller_test.rb
Nicolas Bally af54665111 initial
2014-10-20 23:32:40 +02: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