Sha256: a9d5cc9643e75024c62310632c93efca6dfb8ab1f53aca983588a00752544b97

Contents?: true

Size: 179 Bytes

Versions: 16

Compression:

Stored size: 179 Bytes

Contents

ENV['RACK_ENV'] = 'test'

require 'rubygems'
require 'border-patrol'

Dir['./spec/support/*.rb'].each { |f| require f }

RSpec.configure do |config|
  config.order = 'random'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
border-patrol-0.1.15 spec/spec_helper.rb
border-patrol-0.1.14.1 spec/spec_helper.rb
border-patrol-0.1.14 spec/spec_helper.rb
border-patrol-0.1.13 spec/spec_helper.rb
border-patrol-0.1.12 spec/spec_helper.rb
border-patrol-0.1.11 spec/spec_helper.rb
border-patrol-0.1.10 spec/spec_helper.rb
border-patrol-0.1.9 spec/spec_helper.rb
border-patrol-0.1.8 spec/spec_helper.rb
border-patrol-0.1.7 spec/spec_helper.rb
border-patrol-0.1.6 spec/spec_helper.rb
border-patrol-0.1.5 spec/spec_helper.rb
border-patrol-0.1.4 spec/spec_helper.rb
border-patrol-0.1.3 spec/spec_helper.rb
border-patrol-0.1.2 spec/spec_helper.rb
border-patrol-0.1.1 spec/spec_helper.rb