mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
8 lines
207 B
Ruby
8 lines
207 B
Ruby
require 'shoulda/matchers/version'
|
|
require 'shoulda/matchers/assertion_error'
|
|
|
|
if defined?(RSpec)
|
|
require 'shoulda/matchers/integrations/rspec'
|
|
else
|
|
require 'shoulda/matchers/integrations/test_unit'
|
|
end
|