spec/wally/search_features_spec.rb in wally-0.0.28 vs spec/wally/search_features_spec.rb in wally-0.0.29

- old
+ new

@@ -7,10 +7,10 @@ end def create_feature path, content feature = Feature.new feature.path = path - feature.content = content + feature.gherkin = ParsesFeatures.new.parse(content) feature.save end let :lists_features do ListsFeatures.new