Sha256: b13d5b92f4ab240af6bb335ba09c9ec826fbf8c94100be9d50e6b9ca3198fb84
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
require 'idler' RSpec.configure do |config| config.before(:each) do FileUtils.mv('spec/supports/git', 'spec/supports/.git') end config.after(:each) do FileUtils.mv('spec/supports/.git', 'spec/supports/git') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
idler-0.1.0 | spec/spec_helper.rb |