Sha256: 69a3b57547788850868cd2e180871a9093ebbe81b6001b666647abd10e8c6279

Contents?: true

Size: 393 Bytes

Versions: 62

Compression:

Stored size: 393 Bytes

Contents

# encoding: utf-8
require 'fedux_org_stdlib/filesystem'

module FeduxOrgStdlib
  module SpecHelper
    module Filesystem
      include FeduxOrgStdlib::Filesystem

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

RSpec.configure do |c|
  c.include FeduxOrgStdlib::SpecHelper::Filesystem
  c.before(:each) { cleanup_working_directory }
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.7.19 spec/support/filesystem.rb
fedux_org-stdlib-0.7.18 spec/support/filesystem.rb
fedux_org-stdlib-0.7.17 spec/support/filesystem.rb
fedux_org-stdlib-0.7.16 spec/support/filesystem.rb
fedux_org-stdlib-0.7.15 spec/support/filesystem.rb
fedux_org-stdlib-0.7.14 spec/support/filesystem.rb
fedux_org-stdlib-0.7.12 spec/support/filesystem.rb
fedux_org-stdlib-0.7.11 spec/support/filesystem.rb
fedux_org-stdlib-0.7.10 spec/support/filesystem.rb
fedux_org-stdlib-0.7.8 spec/support/filesystem.rb
fedux_org-stdlib-0.7.7 spec/support/filesystem.rb
fedux_org-stdlib-0.7.6 spec/support/filesystem.rb
fedux_org-stdlib-0.7.5 spec/support/filesystem.rb
fedux_org-stdlib-0.7.4 spec/support/filesystem.rb
fedux_org-stdlib-0.7.3 spec/support/filesystem.rb
fedux_org-stdlib-0.7.2 spec/support/filesystem.rb
fedux_org-stdlib-0.7.1 spec/support/filesystem.rb
fedux_org-stdlib-0.7.0 spec/support/filesystem.rb
fedux_org-stdlib-0.6.54 spec/support/filesystem.rb
fedux_org-stdlib-0.6.53 spec/support/filesystem.rb