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 bbea665 + c853d27 commit 8272e6fCopy full SHA for 8272e6f
word-count/word_count_test.rb
@@ -95,8 +95,14 @@ def test_with_quotations
95
assert_equal counts, phrase.word_count
96
end
97
98
- # This test is for the sake of people providing feedback, so they
99
- # know which version of the exercise you are solving.
+ # Problems in exercism evolve over time,
+ # 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
106
def test_bookkeeping
107
skip
108
assert_equal 1, Phrase::VERSION
0 commit comments