features/fig_newton.feature in fig_newton-0.3 vs features/fig_newton.feature in fig_newton-0.4
- old
+ new
@@ -26,5 +26,11 @@
Given I have read the configuration file
When I ask for the value for "first"
And I ask for the node value for "second"
Then the "third" value for the node should be "foo"
And the "fourth" value for the node should be "bar"
+
+ Scenario: Using default directory and file
+ Given I have read the default file from the default directory
+ When I ask for the value for "base_url"
+ Then I should see "http://cheezyworld.com"
+