module TextOrder::RSpec::Matchers

Public Instance Methods

include_text(expected) click to toggle source
# File lib/text_order/rspec.rb, line 6
def include_text(expected)
  Matcher.new(expected)
end