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/independent.rb
Elliot Winkler 00a84c0bfe Update documentation
[ci skip]
2019-02-16 03:01:35 -07:00

12 lines
412 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
# This module provides matchers that are used to test behavior outside of
# Rails-specific classes.
module Independent
end
end
end