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

6 lines
76 B
Ruby
Raw Normal View History

2010-12-15 22:34:19 +00:00
module Shoulda
module Matchers
2013-08-16 22:47:20 +00:00
VERSION = '2.4.0.rc1'.freeze
2010-12-15 22:34:19 +00:00
end
end