mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
b695c2f978
Matcher classes are named after the matcher method itself.
11 lines
349 B
Ruby
11 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
|