Skip to content

Commit

Permalink
Merge pull request #265 from neslom/skip-test-in-sum-of-multiples
Browse files Browse the repository at this point in the history
Skips an extra unskipped test
  • Loading branch information
kotp committed Mar 18, 2016
2 parents 1b3069f + 9af7ba9 commit 4a012e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/sum-of-multiples/sum_of_multiples_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_sum_to_10
end

def test_sum_to_100
skip
assert_equal 2_318, SumOfMultiples.to(100)
end

Expand Down

0 comments on commit 4a012e4

Please sign in to comment.