We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Kettle::Test::VERSION
1 parent 1e630f5 commit b131d33Copy full SHA for b131d33
CHANGELOG.md
@@ -20,6 +20,7 @@ Please file a bug if you notice a violation of semantic versioning.
20
21
### Added
22
23
+- traditional `Kettle::Test::VERSION` constant
24
- make `hide_env` (from rspec-stubbed_env) available by default
25
- increased documentation to 100%, and added many documentation improvements
26
lib/kettle/test/version.rb
@@ -8,5 +8,6 @@ module Version
8
# @return [String]
9
VERSION = "1.0.6"
10
end
11
+ VERSION = Version::VERSION # Traditional constant at module level
12
13
0 commit comments