Sha256: d0305acbef4c78eb45b18e8ffe83aeed06420d7abf1e678743a229aebb14973d

Contents?: true

Size: 343 Bytes

Versions: 5

Compression:

Stored size: 343 Bytes

Contents

unless $:.include?(File.dirname(__FILE__) + '/../lib')
  $:.unshift(File.dirname(__FILE__) + '/../lib')
end

require 'ftpd'
require 'rspec/its'
require 'stringio'
require 'thread'
require 'timecop'
require 'tmpdir'

glob = File.expand_path('helpers/*.rb', File.dirname(__FILE__))
Dir[glob].sort.each do |helper_path|
  require helper_path
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ftpd-1.1.1 spec/spec_helper.rb
ftpd-1.1.0 spec/spec_helper.rb
investtools-ftpd-1.0.1 spec/spec_helper.rb
ftpd-1.0.1 spec/spec_helper.rb
ftpd-1.0.0 spec/spec_helper.rb