module Bbq::RSpec::Matchers::See

Public Instance Methods

see(text) click to toggle source
# File lib/bbq/rspec/matchers/see.rb, line 65
def see(text)
  Matcher.new(text)
end