Module: EacFs::Rspec::Setup

Defined in:
lib/eac_fs/rspec/setup.rb

Instance Method Summary collapse

Instance Method Details

#stub_eac_fs_contextsself

Returns:

  • (self)


14
15
16
17
18
19
20
21
22
# File 'lib/eac_fs/rspec/setup.rb', line 14

def stub_eac_fs_contexts
  ::EacFs::Contexts::TYPES.each do |type|
    ::EacFs::Contexts.send(type).push(
      ::EacFs::StorageTree.new(::EacRubyUtils::Fs::Temp.directory)
    )
  end

  self
end