features/fig_newton.feature in fig_newton-0.14 vs features/fig_newton.feature in fig_newton-0.15
- old
+ new
@@ -48,9 +48,14 @@
Scenario: Requesting a decimal value
Given I have read the configuration file
When I ask for the value for "my_float"
Then I should see 0.25
+ Scenario: Requesting an Array of values
+ Given I have read the configuration file
+ When I ask for the value for "my_array"
+ Then I should see an array containing "one", 2, 3.0, :four
+
Scenario: Requesting a true boolean value
Given I have read the configuration file
When I ask for the value for "set_flag"
Then I should see true