Sha256: c852ac7cb7c852231f682ecf4491f0ec3dbbb889470d4f987a814ec9ce9bbfec

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

require 'spec_helper'
require 'r10k/git/shellgit/thin_repository'

describe R10K::Git::ShellGit::ThinRepository do
  include_context 'Git integration'

  let(:dirname) { 'working-repo' }

  subject { described_class.new(basedir, dirname) }

  let(:cacherepo) { R10K::Git::ShellGit::Cache.generate(remote) }

  it_behaves_like "a git thin repository"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
r10k-2.0.3 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.0.2 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.0.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.0.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-1.5.1 spec/integration/git/shellgit/thin_repository_spec.rb