Sha256: d21c4d570f656ff3cd53bf716988f48a585b43fca76b9c2a12433e94b547837a

Contents?: true

Size: 326 Bytes

Versions: 2

Compression:

Stored size: 326 Bytes

Contents

$:.unshift 'bin'
require File.dirname(File.expand_path(__FILE__)) + '/../../lib/fast_require.rb'
require 'non_dot_rb.rb' # succeed
require 'non_dot_rb' # fails (well, returns false), we think it succeeds, but it in the wrong place, so when we run the second time, it loads the wrong file

# unless my gem is working right

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fast_require-0.4.0 spec/files/require_non_dot_rb_fails.rb
fast_require-0.3.3 spec/files/require_non_dot_rb_fails.rb