spec/unit/crawl_spec.rb in elasticrawl-1.1.5 vs spec/unit/crawl_spec.rb in elasticrawl-1.1.6

- old
+ new

@@ -33,10 +33,10 @@ expect(subject.crawl_segments[0].segment_name).to eq '1416400372202.67' end it 'should create segment s3 uris' do expect(subject.crawl_segments[0].segment_s3_uri).to eq \ - 's3://aws-publicdatasets/common-crawl/crawl-data/CC-MAIN-2014-49/segments/1416400372202.67/' + 's3://commoncrawl/crawl-data/CC-MAIN-2014-49/segments/1416400372202.67/' end it 'should set file counts' do expect(subject.crawl_segments[0].file_count).to eq 3 end