Skip to content

Commit 8272e6f

Browse files
committed
Merge pull request #191 from kickinbahk/word-count-version-comments
Update word-count version test comments to be more clear for user
2 parents bbea665 + c853d27 commit 8272e6f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

word-count/word_count_test.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,14 @@ def test_with_quotations
9595
assert_equal counts, phrase.word_count
9696
end
9797

98-
# This test is for the sake of people providing feedback, so they
99-
# know which version of the exercise you are solving.
98+
# Problems in exercism evolve over time,
99+
# as we find better ways to ask questions.
100+
# The version number refers to the version of the problem you solved,
101+
# not your solution.
102+
#
103+
# Define a constant named VERSION inside of Phrase.
104+
# If you're curious, read more about constants on RubyDoc:
105+
# http://ruby-doc.org/docs/ruby-doc-bundle/UsersGuide/rg/constants.html
100106
def test_bookkeeping
101107
skip
102108
assert_equal 1, Phrase::VERSION

0 commit comments

Comments
 (0)