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

12 lines
349 B
Ruby

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