Skip to content

Commit

Permalink
Fixed tests and completed backstage pass implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Feb 22, 2011
1 parent e4c4e34 commit ad13ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gilded_rose.rb
Expand Up @@ -41,8 +41,8 @@ def update_quality(item)
bump(item, 1)
elsif item.sell_in > 5
bump(item, 2)
# elsif item.sell_in > 0
# bump(item, 3)
elsif item.sell_in > 0
bump(item, 3)
else
item.quality = 0
end
Expand Down

0 comments on commit ad13ac9

Please sign in to comment.