Sha256: f887837ef0af9d217e3f11df224aee3ee843a627de35fcdc55020d34f8854799
Contents?: true
Size: 372 Bytes
Versions: 5
Compression:
Stored size: 372 Bytes
Contents
require 'spec_helper' require 'r10k/git/rugged/working_repository' describe R10K::Git::Rugged::WorkingRepository, :if => R10K::Features.available?(:rugged) do include_context 'Git integration' let(:dirname) { 'working-repo' } subject { described_class.new(basedir, dirname) } it_behaves_like 'a git repository' it_behaves_like 'a git working repository' end
Version data entries
5 entries across 5 versions & 1 rubygems