mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
10 lines
246 B
Ruby
10 lines
246 B
Ruby
require 'shoulda/matchers/independent/delegate_method_matcher'
|
|
|
|
module Shoulda
|
|
module Matchers
|
|
# This module provides matchers that are used to test behavior outside of
|
|
# Rails-specific classes.
|
|
module Independent
|
|
end
|
|
end
|
|
end
|