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.
2 parents 8272e6f + 4d7d10e commit cd17f69Copy full SHA for cd17f69
twelve-days/twelve_days_test.rb
@@ -18,8 +18,14 @@ def test_the_whole_song
18
assert_equal expected, TwelveDays.song
19
end
20
21
- # This is some simple book-keeping to let people who are
22
- # giving feedback know which version of the exercise you solved.
+ # Problems in exercism evolve over time,
+ # as we find better ways to ask questions.
23
+ # The version number refers to the version of the problem you solved,
24
+ # not your solution.
25
+ #
26
+ # Define a constant named VERSION inside of TwelveDays.
27
+ # If you're curious, read more about constants on RubyDoc:
28
+ # http://ruby-doc.org/docs/ruby-doc-bundle/UsersGuide/rg/constants.html
29
def test_version
30
assert_equal 1, TwelveDays::VERSION
31
0 commit comments