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

8 lines
164 B
Ruby
Raw Normal View History

require 'shoulda/matchers/version'
if defined?(RSpec)
require 'shoulda/matchers/integrations/rspec'
else
require 'shoulda/matchers/integrations/test_unit'
end