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.5.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.4.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.8 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.4.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.3.3 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.2.3 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.7 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.3.2 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.3.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.2.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.0.4 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.6 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.3.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.2.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.1.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.1.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.5 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.0.3 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.0.2 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.0.1 spec/integration/git/shellgit/bare_repository_spec.rb