Module: Refinery::Testing::FeatureMacros::Authentication

Defined in:
lib/refinery/testing/feature_macros/authentication.rb

Instance Method Summary collapse

Instance Method Details

#refinery_loginObject



6
7
8
# File 'lib/refinery/testing/feature_macros/authentication.rb', line 6

def 
  # NO-OP, Overwrite this in an extension.
end

#refinery_login_with(factory) ⇒ Object



10
11
12
13
# File 'lib/refinery/testing/feature_macros/authentication.rb', line 10

def (factory)
  Refinery.deprecate('refinery_login_with', when: '3.1', replacement: 'refinery_login')
  
end