thoughtbot--shoulda-matchers/lib/shoulda-matchers.rb

9 lines
165 B
Ruby
Raw Normal View History

2010-12-15 22:34:19 +00:00
require 'shoulda/matchers/version'
if defined?(RSpec)
require 'shoulda/matchers/integrations/rspec'
else
require 'shoulda/matchers/integrations/test_unit'
end