1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00
rspec--rspec-metagem/lib/rspec/version.rb
2015-06-12 08:35:06 -07:00

5 lines
85 B
Ruby

module RSpec # :nodoc:
module Version # :nodoc:
STRING = '3.4.0.pre'
end
end