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

17 lines
553 B
Ruby

require 'shoulda/matchers/integrations/test_frameworks/active_support_test_case'
require 'shoulda/matchers/integrations/test_frameworks/minitest_4'
require 'shoulda/matchers/integrations/test_frameworks/minitest_5'
require 'shoulda/matchers/integrations/test_frameworks/missing_test_framework'
require 'shoulda/matchers/integrations/test_frameworks/rspec'
require 'shoulda/matchers/integrations/test_frameworks/test_unit'
module Shoulda
module Matchers
module Integrations
# @private
module TestFrameworks
end
end
end
end