spec/unit/berkshelf/dependency_spec.rb in berkshelf-7.2.2 vs spec/unit/berkshelf/dependency_spec.rb in berkshelf-8.0.0

- old
+ new

@@ -33,10 +33,10 @@ expect(source.version_constraint.to_s).to eq("~> 1.0.84") end end context "given a location key :git" do - let(:url) { "git://url_to_git" } + let(:url) { "https://url_to_git" } let(:source) { described_class.new(berksfile, cookbook_name, git: url) } it "initializes a GitLocation for location" do expect(source.location).to be_a(Berkshelf::GitLocation) end