Sha256: dbe99be5a9e85ba3b9d00ea88f7d2c5915e30b1531d441426b19fc3152665897
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
require 'pullr/local_repository' require 'spec_helper' describe LocalRepository do before(:all) do @repo = LocalRepository.new( :scm => :rsync, :path => File.join('some','repository') ) end it "should have a name" do @repo.name.should == 'repository' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pullr-0.1.3 | spec/local_repository_spec.rb |
pullr-0.1.2 | spec/local_repository_spec.rb |