Sha256: 48122a15e0f4b55493dac7e3a79755969557324c2e90e094380c167d3aa9d2a0
Contents?: true
Size: 326 Bytes
Versions: 32
Compression:
Stored size: 326 Bytes
Contents
Before '@travis' do FileUtils.touch "#{$temp_repo}/.travis.yml" end Before '@gemnasium' do FileUtils.touch "#{$temp_repo}/Gemfile" end Before '@coveralls' do f = File.open "#{$temp_repo}/Gemfile", 'w' f.write 'gem "coveralls"' f.close end Before '@codeclimate' do FileUtils.touch "#{$temp_repo}/.travis.yml" end
Version data entries
32 entries across 32 versions & 2 rubygems