debshots/test/controllers/welcome_controller_test.rb

8 lines
162 B
Ruby

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