1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model/qualifiers.rb

14 lines
288 B
Ruby
Raw Normal View History

module Shoulda
module Matchers
module ActiveModel
# @private
module Qualifiers
end
end
end
end
require_relative 'qualifiers/allow_nil'
require_relative 'qualifiers/ignore_interference_by_writer'
require_relative 'qualifiers/ignoring_interference_by_writer'