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

6 lines
69 B
Ruby
Raw Normal View History

2010-12-15 22:34:19 +00:00
module Shoulda
module Matchers
2011-11-02 00:23:56 +00:00
VERSION = "1.0.0".dup
2010-12-15 22:34:19 +00:00
end
end