Libraries
»
rspec-activesupport
(0.2.0)
»
Index (V)
»
RSpec
»
ActiveSupport
»
VERSION
Module: RSpec::ActiveSupport::VERSION
Defined in:
lib/rspec/active_support/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
2
BUILD =
0
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
BUILD
,
PRE
]
.
compact
.
join
(
"
.
"
)