Files
railsgoat/test/functional/users_controller_test.rb
T

10 lines
158 B
Ruby
Executable File

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