Sha256: 1c5d7c8b08f000d3a3e41fe284ac43ff97b236cb10e7c0c8cb60d3ab37ab2302

Contents?: true

Size: 315 Bytes

Versions: 21

Compression:

Stored size: 315 Bytes

Contents

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

21 entries across 21 versions & 1 rubygems

Version Path
fozzie-0.0.21 spec/spec_helper.rb
fozzie-0.0.20 spec/spec_helper.rb
fozzie-0.0.19 spec/spec_helper.rb
fozzie-0.0.18 spec/spec_helper.rb
fozzie-0.0.17 spec/spec_helper.rb
fozzie-0.0.16 spec/spec_helper.rb
fozzie-0.0.15 spec/spec_helper.rb
fozzie-0.0.14 spec/spec_helper.rb
fozzie-0.0.13 spec/spec_helper.rb
fozzie-0.0.12 spec/spec_helper.rb
fozzie-0.0.11 spec/spec_helper.rb
fozzie-0.0.10 spec/spec_helper.rb
fozzie-0.0.9 spec/spec_helper.rb
fozzie-0.0.8 spec/spec_helper.rb
fozzie-0.0.7 spec/spec_helper.rb
fozzie-0.0.6 spec/spec_helper.rb
fozzie-0.0.5 spec/spec_helper.rb
fozzie-0.0.4 spec/spec_helper.rb
fozzie-0.0.3 spec/spec_helper.rb
fozzie-0.0.2 spec/spec_helper.rb