Renamed from Boilerplate to CleverClaude
This commit is contained in:
+3
-3
@@ -8,7 +8,7 @@ All features are documented as Gherkin scenarios that serve as both tests and do
|
||||
|
||||
```gherkin
|
||||
Scenario: Default greeting
|
||||
When I run "python -m boilerplate"
|
||||
When I run "python -m cleverclaude"
|
||||
Then the exit code should be 0
|
||||
And the output should contain "Hello, World!"
|
||||
```
|
||||
@@ -17,7 +17,7 @@ Scenario: Default greeting
|
||||
|
||||
```gherkin
|
||||
Scenario: Custom name greeting
|
||||
When I run "python -m boilerplate --name Alice"
|
||||
When I run "python -m cleverclaude --name Alice"
|
||||
Then the exit code should be 0
|
||||
And the output should contain "Hello, Alice!"
|
||||
```
|
||||
@@ -26,7 +26,7 @@ Scenario: Custom name greeting
|
||||
|
||||
```gherkin
|
||||
Scenario: Multiple greetings
|
||||
When I run "python -m boilerplate --count 3"
|
||||
When I run "python -m cleverclaude --count 3"
|
||||
Then the exit code should be 0
|
||||
And the output should contain "Hello, World!" 3 times
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user