Sha256: 4e15e93e77069ec94f9fb4bb308382894b4a4bf68eb49d5f9813b2c648355748
Contents?: true
Size: 243 Bytes
Versions: 17
Compression:
Stored size: 243 Bytes
Contents
Before do FileUtils.mkpath $temp_repo end After do FileUtils.remove_dir $temp_repo, :force => true end Before '@no-remote' do Git.init '/tmp/not_wow' end After '@no-remote' do FileUtils.remove_dir '/tmp/not_wow', :force => true end
Version data entries
17 entries across 17 versions & 2 rubygems