mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Merge pull request #41 from danilat/master
Little changes to support rspec 3 version
This commit is contained in:
commit
cbb9ae16c4
@ -1,2 +1,2 @@
|
||||
--colour
|
||||
--format nested
|
||||
--format documentation
|
||||
|
||||
@ -6,7 +6,7 @@ describe GildedRose do
|
||||
it "does not change the name" do
|
||||
items = [Item.new("foo", 0, 0)]
|
||||
GildedRose.new(items).update_quality()
|
||||
items[0].name.should == "fixme"
|
||||
expect(items[0].name).to eq "fixme"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user