thoughtbot--shoulda-matchers/lib/shoulda/matchers/independent.rb

10 lines
178 B
Ruby
Raw Normal View History

require 'shoulda/matchers/independent/delegate_matcher'
module Shoulda
module Matchers
# = Matchers for non-Rails-dependent code.
module Independent
end
end
end