more tests, trying minitest
This commit is contained in:
@ -2,4 +2,7 @@ class ApplicationController < ActionController::Base
|
||||
def authenticate_member!
|
||||
true
|
||||
end
|
||||
def current_member
|
||||
Member.new(email: "torsten@villataika.fi")
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user