Skip to content

Commit

Permalink
Merge pull request #168 from exercism/86_NoMultiBillionaires
Browse files Browse the repository at this point in the history
Uses a legal length word
  • Loading branch information
kytrinyx committed Jun 12, 2015
2 parents 72b6d74 + 3ea00de commit e080970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrabble-score/scrabble_score_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_complicated_word_scores_more

def test_scores_are_case_insensitive
skip
assert_equal 20, Scrabble.new('MULTIBILLIONAIRE').score
assert_equal 41, Scrabble.new('oxyphenbutazone').score
end

def test_convenient_scoring
Expand Down

0 comments on commit e080970

Please sign in to comment.