notebook/test/controllers/users_controller_test.rb
2016-09-05 21:51:21 -05:00

10 lines
160 B
Ruby

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