Returns:
9 10 11 12 13 14 15 16 17
# File 'lib/eac_fs/rspec/setup.rb', line 9 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