Sha256: 935ead323c410cf621402c22090a08ac68540c47e266c0fb22c68e7a5a0f565d
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ftpd-2.0.1 | spec/spec_helper.rb |
ftpd-2.0.0 | spec/spec_helper.rb |