mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
9 lines
178 B
Ruby
9 lines
178 B
Ruby
require 'shoulda/matchers/independent/delegate_matcher'
|
|
|
|
module Shoulda
|
|
module Matchers
|
|
# = Matchers for non-Rails-dependent code.
|
|
module Independent
|
|
end
|
|
end
|
|
end
|