Sha256: ce775212a5fe645f6d0cf8e44f2563e7149c90e70f159ee0f9677ea72ab68ac2

Contents?: true

Size: 360 Bytes

Versions: 11

Compression:

Stored size: 360 Bytes

Contents

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

# 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

11 entries across 11 versions & 1 rubygems

Version Path
sunweather-0.3.8 spec/spec_helper.rb
sunweather-0.3.7 spec/spec_helper.rb
sunweather-0.3.6 spec/spec_helper.rb
sunweather-0.3.5 spec/spec_helper.rb
sunweather-0.3.4 spec/spec_helper.rb
sunweather-0.3.3 spec/spec_helper.rb
sunweather-0.3.2 spec/spec_helper.rb
sunweather-0.3.1 spec/spec_helper.rb
sunweather-0.3.0 spec/spec_helper.rb
sunweather-0.2.0 spec/spec_helper.rb
sunweather-0.1.0 spec/spec_helper.rb