Sha256: 388077a65e450378364ec75f2cbf7adb662655fd131d867793eed9022a1b5978

Contents?: true

Size: 235 Bytes

Versions: 11

Compression:

Stored size: 235 Bytes

Contents

# encoding: utf-8
require 'fedux_org/stdlib/filesystem'
include FeduxOrg::Stdlib::Filesystem

def root_directory
  File.expand_path('../../../', __FILE__)
end

RSpec.configure do |c|
  c.before(:each) { cleanup_working_directory }
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
filegen-0.4.3 spec/support/filesystem.rb
filegen-0.4.1 spec/support/filesystem.rb
filegen-0.4.0 spec/support/filesystem.rb
filegen-0.3.1 spec/support/filesystem.rb
filegen-0.3.0 spec/support/filesystem.rb
filegen-0.2.3 spec/support/filesystem.rb
filegen-0.2.2 spec/support/filesystem.rb
filegen-0.2.1 spec/support/filesystem.rb
filegen-0.2.0 spec/support/filesystem.rb
filegen-0.1.2 spec/support/filesystem.rb
filegen-0.1.1 spec/support/filesystem.rb