diff --git a/features/greeting.feature b/features/greeting.feature index 4b3fe53..de7760d 100644 --- a/features/greeting.feature +++ b/features/greeting.feature @@ -2,4 +2,4 @@ Feature: Greeting Scenario: Say hello When the greeter says hello - Then I should have heard "ciao" \ No newline at end of file + Then I should have heard "hello" \ No newline at end of file