features/data_magic.feature in data_magic-0.7 vs features/data_magic.feature in data_magic-0.8
- old
+ new
@@ -1,8 +1,8 @@
Feature: Functionality of the data_magic gem
Background:
- Given I have read the yaml file
+ Given I have read the yaml file from features/yaml
When I ask for the data for "dm"
Scenario: Getting basic data from the yaml
Then the value for "value1" should be "this is value 1"
And the value for "value2" should be "this is value 2"