Skip to content

Commit cd17f69

Browse files
committed
Merge pull request #192 from kickinbahk/twelve-days-version-comments
Update twelve-days version test comments to be more clear for user
2 parents 8272e6f + 4d7d10e commit cd17f69

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

twelve-days/twelve_days_test.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ def test_the_whole_song
1818
assert_equal expected, TwelveDays.song
1919
end
2020

21-
# This is some simple book-keeping to let people who are
22-
# giving feedback know which version of the exercise you solved.
21+
# Problems in exercism evolve over time,
22+
# 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
2329
def test_version
2430
assert_equal 1, TwelveDays::VERSION
2531
end

0 commit comments

Comments
 (0)