Module: Allowy::Matchers

Included in:
RSpec::Matchers
Defined in:
lib/allowy/matchers.rb

Defined Under Namespace

Classes: AbleToMatcher

Instance Method Summary collapse

Instance Method Details

#be_able_to(*args) ⇒ Object



32
33
34
# File 'lib/allowy/matchers.rb', line 32

def be_able_to(*args)
  AbleToMatcher.new(*args)
end