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

11 lines
247 B
Ruby

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