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.15.0 spec/integration/git/shellgit/bare_repository_spec.rb
akerl-r10k-3.14.2.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.14.2 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.14.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.14.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.13.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.12.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.12.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.11.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.10.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.9.3 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.9.2 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.9.1 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.9.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.8.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.7.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.6.0 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-2.6.9 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.5.2 spec/integration/git/shellgit/bare_repository_spec.rb
r10k-3.5.1 spec/integration/git/shellgit/bare_repository_spec.rb