Skip to content

Commit 7f262c9

Browse files
author
James Thompson
committed
Extracted extraneous comments.
1 parent 1876e7d commit 7f262c9

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

lib/gilded_rose.rb

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,8 @@ def update_quality(items)
4646
end
4747
end
4848

49-
# DO NOT CHANGE THINGS BELOW -----------------------------------------
49+
#----------------------------
50+
# DO NOT CHANGE THINGS BELOW
51+
#----------------------------
5052

5153
Item = Struct.new(:name, :sell_in, :quality)
52-
53-
# We use the setup in the spec rather than the following for testing.
54-
#
55-
# Items = [
56-
# Item.new("+5 Dexterity Vest", 10, 20),
57-
# Item.new("Aged Brie", 2, 0),
58-
# Item.new("Elixir of the Mongoose", 5, 7),
59-
# Item.new("Sulfuras, Hand of Ragnaros", 0, 80),
60-
# Item.new("Backstage passes to a TAFKAL80ETC concert", 15, 20),
61-
# Item.new("Conjured Mana Cake", 3, 6),
62-
# ]
63-

0 commit comments

Comments
 (0)