Sha256: bdfe6287a2f354c87f73ffc3b49ac7a867f2a2c7403b903012af37b15c64e627
Contents?: true
Size: 307 Bytes
Versions: 2
Compression:
Stored size: 307 Bytes
Contents
RSpec.configure do |config| config.include FakeFS::SpecHelpers, fakefs: true config.before(:each, fakefs: true) do source_dir = File.join(File.dirname(__FILE__), '..', '..') FakeFS::FileSystem.clone(source_dir) FakeFS::FileSystem.add(Dir.tmpdir) FakeFS::FileSystem.add('/tmp') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
github_bitbucket_deployer-1.0.1 | spec/support/fakefs.rb |
github_bitbucket_deployer-1.0.0 | spec/support/fakefs.rb |