Sha256: 4e1f7d4f03a50cd0fea5a3ca107c9223fc1e24144a6938cce8b58c995f6bbeba

Contents?: true

Size: 355 Bytes

Versions: 15

Compression:

Stored size: 355 Bytes

Contents

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

# 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

15 entries across 15 versions & 1 rubygems

Version Path
gator-0.0.21.pre spec/spec_helper.rb
gator-0.0.20.pre spec/spec_helper.rb
gator-0.0.19.pre spec/spec_helper.rb
gator-0.0.17.pre spec/spec_helper.rb
gator-0.0.16.pre spec/spec_helper.rb
gator-0.0.14.pre spec/spec_helper.rb
gator-0.0.13.pre spec/spec_helper.rb
gator-0.0.12.pre spec/spec_helper.rb
gator-0.0.11.pre spec/spec_helper.rb
gator-0.0.10.pre spec/spec_helper.rb
gator-0.0.9.pre spec/spec_helper.rb
gator-0.0.8.pre spec/spec_helper.rb
gator-0.0.7.pre spec/spec_helper.rb
gator-0.0.6.pre spec/spec_helper.rb
gator-0.0.5.pre spec/spec_helper.rb