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