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

10 lines
178 B
Ruby
Raw Normal View History

2012-10-08 16:41:39 -04:00
require 'shoulda/matchers/independent/delegate_matcher'
module Shoulda
module Matchers
# = Matchers for non-Rails-dependent code.
2012-10-08 16:41:39 -04:00
module Independent
end
end
end