bundler.spec.cache.git_spec.rb Maven / Gradle / Ivy
require "spec_helper"
describe "bundle cache with git" do
it "base_name should strip private repo uris" do
source = Bundler::Source::Git.new("uri" => "[email protected]:bundler.git")
source.send(:base_name).should == "bundler"
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy