thoughtbot--shoulda-matchers/lib/shoulda/matchers/integrations/rails.rb

13 lines
167 B
Ruby

module Shoulda
module Matchers
module Integrations
# @private
module Rails
def rails?
true
end
end
end
end
end