掲示板実装
This commit is contained in:
@@ -11,5 +11,8 @@ module ActiveSupport
|
||||
fixtures :all
|
||||
|
||||
# Add more helper methods to be used by all tests here...
|
||||
def login_as(user, password: "password")
|
||||
post login_url, params: { email: user.email, password: password }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user