Sha256: aeb176b4a133c5f24b43a70846791888aa2d8c6628971e2d9ca305f461faf112
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
# require File.join(File.dirname(__FILE__), %w[.. .. spec_helper]) # # # TODO: Refactor and grep the error string to find the real problem. # begin # # If we get a LoadError, let the compiler catch up and try again. # begin # require File.join(File.dirname(__FILE__), %w[.. .. .. ext rubot_aria rubot_aria]) # rescue LoadError => e # sleep 0.5 # require File.join(File.dirname(__FILE__), %w[.. .. .. ext rubot_aria rubot_aria]) # end # $spec_skip = false # rescue LoadError => e # puts "Extension 'rubot_aria' not built. Skipping..." # $spec_skip = true # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
Peeja-rubot-0.5.0 | spec/rubot/adapters/spec_helper.rb |