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