spec/unit/berkshelf/location_spec.rb in berkshelf-7.2.2 vs spec/unit/berkshelf/location_spec.rb in berkshelf-8.0.0
- old
+ new
@@ -9,10 +9,10 @@
instance = described_class.init(dependency, path: "~/Dev/meats/bacon")
expect(instance).to be_a(PathLocation)
end
it "finds a :git location by key" do
- instance = described_class.init(dependency, git: "git://foo.com/meats/bacon.git")
+ instance = described_class.init(dependency, git: "https://foo.com/meats/bacon.git")
expect(instance).to be_a(GitLocation)
end
it "finds a :github location by key" do
instance = described_class.init(dependency, github: "meats/bacon")