Sha256: 64f406541122345c2e75fc0a4280d7bfb63489b28be27e6cb05042738131dbc4

Contents?: true

Size: 359 Bytes

Versions: 4

Compression:

Stored size: 359 Bytes

Contents

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

# 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

4 entries across 4 versions & 1 rubygems

Version Path
gator-as3-0.0.5.pre spec/spec_helper.rb
gator-as3-0.0.4.pre spec/spec_helper.rb
gator-as3-0.0.3.pre spec/spec_helper.rb
gator-as3-0.0.2.pre spec/spec_helper.rb