spec/functional/fetchers/path_fetcher_spec.rb in omnibus-6.1.7 vs spec/functional/fetchers/path_fetcher_spec.rb in omnibus-6.1.9

- old
+ new

@@ -10,13 +10,13 @@ { path: source_path } end let(:manifest_entry) do double(Omnibus::ManifestEntry, - name: "pathelogical", - locked_version: nil, - described_version: nil, - locked_source: source) + name: "pathelogical", + locked_version: nil, + described_version: nil, + locked_source: source) end before do create_directory(source_path) end