testing/rspec/spec/map_reduce_spec.rb in cql-1.4.2 vs testing/rspec/spec/map_reduce_spec.rb in cql-1.5.0

- old
+ new

@@ -5,10 +5,10 @@ # describe "file parsing" do # it 'should find the physical files' do # skip("This is possibly no longer be needed") # - # gs = CQL::Repository.new("#{@feature_fixtures_directory}/scenario/simple") + # gs = CQL::Repository.new("#{CQL_FEATURE_FIXTURES_DIRECTORY}/scenario/simple") # result = CQL::MapReduce.uri(gs.parsed_feature_files) # # expect(result[0]).to match(/simple\.feature/) # expect(result[1]).to match(/test\.feature/) # expect(result[2]).to match(/test2\.feature/)