Module: RSpec::Matchers

Defined in:
lib/bali/rspec/able_to_matcher.rb

Defined Under Namespace

Modules: BuiltIn

Instance Method Summary collapse

Instance Method Details

#be_able_to(*args) ⇒ Object



35
36
37
# File 'lib/bali/rspec/able_to_matcher.rb', line 35

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