Sha256: d2e10aa498a04f49d661c281a06936008b8522ccb9e83290f700cb814b6a8551

Contents?: true

Size: 357 Bytes

Versions: 30

Compression:

Stored size: 357 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'flydata'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
flydata-0.0.4.4 spec/spec_helper.rb
flydata-0.0.4.3 spec/spec_helper.rb
flydata-0.0.4.2 spec/spec_helper.rb
flydata-0.0.4.1 spec/spec_helper.rb
flydata-0.0.4.0 spec/spec_helper.rb
flydata-0.0.3.8 spec/spec_helper.rb
flydata-0.0.3.7 spec/spec_helper.rb
flydata-0.0.3.6 spec/spec_helper.rb
flydata-0.0.3.5 spec/spec_helper.rb
flydata-0.0.3.4 spec/spec_helper.rb
flydata-0.0.3.3 spec/spec_helper.rb
flydata-0.0.3.2 spec/spec_helper.rb
flydata-0.0.3.1 spec/spec_helper.rb
flydata-0.0.3 spec/spec_helper.rb
flydata-0.0.3.rc1 spec/spec_helper.rb
flydata-0.0.2.3 spec/spec_helper.rb
flydata-0.0.2.2 spec/spec_helper.rb
flydata-0.0.2.1 spec/spec_helper.rb
flydata-0.0.2 spec/spec_helper.rb
flydata-0.0.2.rc1 spec/spec_helper.rb