Sha256: 540ab20a9fc18c87a9a790e26beeb458dfe080a09d390e486a57248e0004e12b

Contents?: true

Size: 387 Bytes

Versions: 20

Compression:

Stored size: 387 Bytes

Contents

require 'fedux_org/stdlib/filesystem'

module TestServer
  module SpecHelper
    module Filesystem
      include FeduxOrg::Stdlib::Filesystem

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

# encoding: utf-8
RSpec.configure do |c|
  c.include TestServer::SpecHelper::Filesystem
  c.before(:each) { cleanup_working_directory }
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
test_server-0.5.2 spec/support/filesystem.rb
test_server-0.5.1 spec/support/filesystem.rb
test_server-0.5.0 spec/support/filesystem.rb
test_server-0.4.1 spec/support/filesystem.rb
test_server-0.4.0 spec/support/filesystem.rb
test_server-0.3.7 spec/support/filesystem.rb
test_server-0.3.6 spec/support/filesystem.rb
test_server-0.3.5 spec/support/filesystem.rb
test_server-0.3.4 spec/support/filesystem.rb
test_server-0.3.2 spec/support/filesystem.rb
test_server-0.3.1 spec/support/filesystem.rb
test_server-0.2.4 spec/support/filesystem.rb
test_server-0.2.3 spec/support/filesystem.rb
test_server-0.2.2 spec/support/filesystem.rb
test_server-0.2.1 spec/support/filesystem.rb
test_server-0.2.0 spec/support/filesystem.rb
test_server-0.1.2 spec/support/filesystem.rb
test_server-0.1.1 spec/support/filesystem.rb
test_server-0.1.0 spec/support/filesystem.rb
test_server-0.0.11 spec/support/filesystem.rb