Module: Bbq::RSpec::Matchers::See

Included in:
Bbq::RSpec::Matchers
Defined in:
lib/bbq/rspec/matchers/see.rb

Defined Under Namespace

Classes: Matcher

Instance Method Summary collapse

Instance Method Details

#see(text) ⇒ Object



65
66
67
# File 'lib/bbq/rspec/matchers/see.rb', line 65

def see(text)
  Matcher.new(text)
end