Sha256: 588dd23ce6fe0ce0d952b914040961a0928d7fe6f9d76d928a13c81c2918f529

Contents?: true

Size: 365 Bytes

Versions: 64

Compression:

Stored size: 365 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' }

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

  subject { described_class.new(basedir, dirname, cacherepo) }

  it_behaves_like "a git thin repository"
end

Version data entries

64 entries across 64 versions & 2 rubygems

Version Path
r10k-3.5.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.4.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.8 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.4.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.3.3 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.2.3 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.7 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.3.2 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.3.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.2.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.0.4 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.6 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.3.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.2.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.1.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.1.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.5 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.0.3 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.0.2 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-3.0.1 spec/integration/git/shellgit/thin_repository_spec.rb