made some changes to the application controller, added a user controller, and am now about to start working on the login piece
This commit is contained in:
Regular → Executable
Regular → Executable
Executable
+9
@@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class UsersControllerTest < ActionController::TestCase
|
||||
test "should get new" do
|
||||
get :new
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user