features/create.feature in sculptor-0.0.3 vs features/create.feature in sculptor-0.0.4
- old
+ new
@@ -8,10 +8,12 @@
Then I hit enter
And I wait for output to contain "Description"
Then I hit enter
And I wait for output to contain "Stylesheet"
Then I hit enter
+ And I wait for output to contain "Use iframe?"
+ Then I type "n"
And I wait for output to contain "Include data?"
Then I type "n"
And the exit status should be 0
Then the output should contain "create"
@@ -22,9 +24,11 @@
Then I type "Hello World"
And I wait for output to contain "Description"
Then I type "My model description"
And I wait for output to contain "Stylesheet"
Then I type "styles"
+ And I wait for output to contain "Use iframe?"
+ Then I type "n"
And I wait for output to contain "Include data?"
Then I type "y"
And the exit status should be 0
Then the output should contain "create"
And a directory named "source/test" should exist