Sha256: 8a6c59c14a6a7ad1e9f026bd059d4c6e20c535fd4c647d9f6bbd7234894dde97
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
require 'spec_helper' describe Git do describe ".folder_name" do it "returns the folder name of the git repo" do Git.folder_name('git@github.com:Timbinous/dotfiles.git').should == "Timbinous_dotfiles" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dotman-0.0.1 | spec/git_spec.rb |