lib/shoulda/matchers/independent.rb



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