Sha256: ee24fe7bb850bda79108d210a30f0e5d0218fb52a922ae5439174c664a74e220

Contents?: true

Size: 359 Bytes

Versions: 5

Compression:

Stored size: 359 Bytes

Contents

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

# 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

5 entries across 5 versions & 1 rubygems

Version Path
app_frame-0.6.1 spec/spec_helper.rb
app_frame-0.5.8 spec/spec_helper.rb
app_frame-0.5.7 spec/spec_helper.rb
app_frame-0.5.6 spec/spec_helper.rb
app_frame-0.5.5 spec/spec_helper.rb