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

6 lines
72 B
Ruby
Raw Normal View History

2010-12-15 22:34:19 +00:00
module Shoulda
module Matchers
2013-09-20 20:11:59 +00:00
VERSION = '2.4.0'.freeze
2010-12-15 22:34:19 +00:00
end
end