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 0319bd4 + b1e1d3a commit 56ffaa3Copy full SHA for 56ffaa3
gilded_rose_spec.rb
@@ -185,7 +185,7 @@
185
186
context "on sell date" do
187
Given(:initial_sell_in) { 0 }
188
- Then { item.quality.should == initial_quality-2 }
+ Then { item.quality.should == initial_quality-4 }
189
Then { item.sell_in.should == initial_sell_in-1 }
190
191
context "at zero quality" do
@@ -196,7 +196,7 @@
196
197
context "after sell date" do
198
Given(:initial_sell_in) { -10 }
199
200
201
202
0 commit comments