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

10 lines
123 B
Ruby

module Shoulda
VERSION = "2.10.1"
end
if defined? Spec
require 'shoulda/rspec'
else
require 'shoulda/test_unit'
end