Sha256: 1077aff6d96f48aac4b2a5a1d6b7f93344ac9d4cf742f6bb1bbe5bdd36222a12

Contents?: true

Size: 344 Bytes

Versions: 6

Compression:

Stored size: 344 Bytes

Contents

ENV['RACK_ENV'] ||= 'test'

root = File.expand_path('../', File.dirname(__FILE__))
lib  = File.expand_path('lib', root)
$:.unshift(root, lib)

require 'simplecov'
SimpleCov.start

RSpec.configure do |config|
  config.mock_with :mocha
end

require 'fozzie'

Fozzie.configure do |config|
  config.host    = '127.0.0.1'
  config.port    = 8809
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fozzie-0.0.27 spec/spec_helper.rb
fozzie-0.0.26 spec/spec_helper.rb
fozzie-0.0.25 spec/spec_helper.rb
fozzie-0.0.24 spec/spec_helper.rb
fozzie-0.0.23 spec/spec_helper.rb
fozzie-0.0.22 spec/spec_helper.rb