Sha256: 9c952870edb128d6b21c5a149eef78ab6d179ca9f6da0a00ad9eb478096f72ab

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

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

# 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

2 entries across 2 versions & 1 rubygems

Version Path
appjam-0.1.0.pre6 spec/spec_helper.rb
appjam-0.1.0.pre4 spec/spec_helper.rb