module RSpec::Matchers

Public Instance Methods

be_able_to(*args) click to toggle source
# File lib/bali/rspec/able_to_matcher.rb, line 35
def be_able_to(*args)
  BuiltIn::AbleToMatcher.new(*args)
end