Sha256: f10c42e36220a7fee0de4c3661bcea99ba1901d69c82def833619986e9276d57

Contents?: true

Size: 559 Bytes

Versions: 12

Compression:

Stored size: 559 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

if RUBY_VERSION < '1.9.3'
  ::Dir.glob(::File.expand_path('../support/*.rb', __FILE__)).each { |f| require File.join(File.dirname(f), File.basename(f, '.rb')) }
  ::Dir.glob(::File.expand_path('../support/**/*.rb', __FILE__)).each { |f| require File.join(File.dirname(f), File.basename(f, '.rb')) }
else
  ::Dir.glob(::File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f }
  ::Dir.glob(::File.expand_path('../support/**/*.rb', __FILE__)).each { |f| require_relative f }
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
bddfire-3.0.2 spec/spec_helper.rb
bddfire-3.0.1 spec/spec_helper.rb
bddfire-3.0.0 spec/spec_helper.rb
bddfire-2.0.8 spec/spec_helper.rb
bddfire-2.0.7 spec/spec_helper.rb
bddfire-2.0.6 spec/spec_helper.rb
bddfire-2.0.5 spec/spec_helper.rb
gitlink-0.0.5 test/test_helper.rb
gitlink-0.0.4 test/test_helper.rb
gitlink-0.0.3 test/test_helper.rb
gitlink-0.0.2 test/test_helper.rb
gitlink-0.0.1 test/test_helper.rb