beagle_app/test/controllers/welcome_controller_test.rb
Nicolas Bally 7b6cba2128 initial
2015-01-27 23:13:36 +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