class Shoulda::ActiveRecord::Matchers::EnsureInclusionOfMatcher

def in_range(range)

def in_range(range)
  @range = range
  @minimum = range.first
  @maximum = range.last
  self
end