Sha256: b3c02889792891dd6268aa9359a738ca2fe1b5eef1acab1aeca7b2cd316728a3

Contents?: true

Size: 479 Bytes

Versions: 4

Compression:

Stored size: 479 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'rspec'
require 'nodester'
require 'httparty'
require 'fakeweb_helper.rb'


# 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|
  config.color_enabled = true
end



Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nodester-0.0.5 spec/spec_helper.rb
nodester-0.0.3 spec/spec_helper.rb
nodester-0.0.2 spec/spec_helper.rb
nodester-0.0.1 spec/spec_helper.rb