mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
8 lines
203 B
Gherkin
8 lines
203 B
Gherkin
Feature: Gilded Rose quality
|
|
I want to know if the quality is updated properly
|
|
|
|
Scenario: Checking foo
|
|
Given The item as "fixme"
|
|
When I update the quality
|
|
Then I should get item as "foo"
|