Sha256: c836ae814aa8dc9ee6bc5f5c5b8ff77935baf4e7e401ff3adb3ab35ccf291ee6

Contents?: true

Size: 325 Bytes

Versions: 69

Compression:

Stored size: 325 Bytes

Contents

require 'spec_helper'
require 'r10k/git/shellgit/bare_repository'

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

  let(:dirname) { 'bare-repo.git' }

  subject { described_class.new(basedir, dirname) }

  it_behaves_like 'a git repository'
  it_behaves_like 'a git bare repository'
end

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
r10k-3.0.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.4 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.3 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.2 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.5.5 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.5.4 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.5.3 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.5.2 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.5.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.4.5 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.3.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.4.4 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.5.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.4.3 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.4.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.4.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.3.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.2.2 spec/integration/git/shellgit/bare_repository_spec.rb