Sha256: 8c794c6bf1a553d62a9d58cadbb71b03e43bf23cd4588ad750103af340d598b3

Contents?: true

Size: 322 Bytes

Versions: 5

Compression:

Stored size: 322 Bytes

Contents

require 'spec_helper'
require 'r10k/git'

describe R10K::Git::WorkingDir do

  describe "initializing" do
    it "generates a new cache for the remote" do
      wd = described_class.new('master', 'git://github.com/adrienthebo/r10k-fixture-repo', '/tmp')
      wd.cache.should be_kind_of R10K::Git::Cache
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
r10k-1.3.0 spec/unit/git/working_dir_spec.rb
r10k-1.3.0rc1 spec/unit/git/working_dir_spec.rb
r10k-1.2.1 spec/unit/git/working_dir_spec.rb
r10k-1.2.0 spec/unit/git/working_dir_spec.rb
r10k-1.2.0rc2 spec/unit/git/working_dir_spec.rb