mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
5 lines
85 B
Ruby
5 lines
85 B
Ruby
module RSpec # :nodoc:
|
|
module Version # :nodoc:
|
|
STRING = '3.4.0.pre'
|
|
end
|
|
end
|