GildedRose-Refactoring-Kata/ruby
Maarten Parmentier f0204a4b1e Write tests for all types of items
Without looking at the code I've written specs based on the requirements listed and the output of the texttest.
All specs are green except for the expected 2 failing 'quality' tests for the new 'Conjured' item.
With all models tested I feel more comfortable starting the refactor. The plan at the moment is to extract the code of 1 type of item at the time into it's own method.
2023-06-26 22:57:33 +02:00
..
specs Write tests for all types of items 2023-06-26 22:57:33 +02:00
.buildpath add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.gitignore added ruby gitignore 2020-05-07 08:44:42 +02:00
.loadpath add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.project add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.rspec nested formatter was renamed to documentation 2016-08-02 15:02:20 +02:00
gilded_rose.rb Change line separator from CRLF to LF 2020-09-25 16:45:40 +02:00
texttest_fixture.rb Change line separator from CRLF to LF 2020-09-25 16:45:40 +02:00