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.0.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.4 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.3 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.2 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.6.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.5.5 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.5.4 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.5.3 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.5.2 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.5.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.4.5 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.3.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.4.4 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.5.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.4.3 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.4.1 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.4.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.3.0 spec/integration/git/shellgit/thin_repository_spec.rb
r10k-2.2.2 spec/integration/git/shellgit/thin_repository_spec.rb