Module: Remarkable::Devise::Matchers

Defined in:
lib/remarkable/devise/matchers/be_an_invitable_matcher.rb

Defined Under Namespace

Classes: BeAnInvitableMatcher

Instance Method Summary collapse

Instance Method Details

#be_an_invitable(*args, &block) ⇒ Object



18
19
20
# File 'lib/remarkable/devise/matchers/be_an_invitable_matcher.rb', line 18

def be_an_invitable(*args, &block)
  BeAnInvitableMatcher.new(*args, &block).spec(self)
end