Sha256: 1e581e8c9855a705885ec79a78c81831fd9bbe820b58809cb379c364e03f6adb

Contents?: true

Size: 357 Bytes

Versions: 6

Compression:

Stored size: 357 Bytes

Contents

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

# 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

6 entries across 6 versions & 1 rubygems

Version Path
nodeify-0.0.7 spec/spec_helper.rb
nodeify-0.0.6 spec/spec_helper.rb
nodeify-0.0.5 spec/spec_helper.rb
nodeify-0.0.4 spec/spec_helper.rb
nodeify-0.0.3 spec/spec_helper.rb
nodeify-0.0.1 spec/spec_helper.rb