Sha256: 2864b8a7bc6ac1848e5f5791aa034d4d2ffef44d2a0cfb2fa4899be6e8e6eb53
Contents?: true
Size: 337 Bytes
Versions: 3
Compression:
Stored size: 337 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'spotlight' require 'spec' require 'spec/autorun' system('mdimport ' + File.dirname(__FILE__)) Spec::Runner.configure do |config| def fixture(filename) File.dirname(__FILE__) + '/fixtures/' + filename end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spotlight-0.0.5 | spec/spec_helper.rb |
spotlight-0.0.4 | spec/spec_helper.rb |
spotlight-0.0.3 | spec/spec_helper.rb |