Sha256: 74750fa679de8b550f45660053e5387ccc73d17739b658a2a24a20aa13da3d84

Contents?: true

Size: 350 Bytes

Versions: 83

Compression:

Stored size: 350 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'rspec'
require 'rr'
require 'rack'

require 'arrest'

Dir["#{File.dirname(__FILE__)}/../spec/support/**/*.rb"].each {|f| require f}

Arrest::Source.source = nil

RSpec.configure do |config|
  config.mock_with :rr
  config.before(:each) do
    Arrest::MemSource.class_variable_set('@@data', {})
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
arrest-0.0.91 spec/spec_helper.rb
arrest-0.0.90 spec/spec_helper.rb
arrest-0.0.89 spec/spec_helper.rb
arrest-0.0.88 spec/spec_helper.rb
arrest-0.0.87 spec/spec_helper.rb
arrest-0.0.86 spec/spec_helper.rb
arrest-0.0.85 spec/spec_helper.rb
arrest-0.0.84 spec/spec_helper.rb
arrest-0.0.83.crud spec/spec_helper.rb
arrest-0.0.83.1 spec/spec_helper.rb
arrest-0.0.83 spec/spec_helper.rb
arrest-0.0.82 spec/spec_helper.rb
arrest-0.0.80 spec/spec_helper.rb
arrest-0.0.79 spec/spec_helper.rb
arrest-0.0.78 spec/spec_helper.rb
arrest-0.0.77 spec/spec_helper.rb
arrest-0.0.76 spec/spec_helper.rb
arrest-0.0.75 spec/spec_helper.rb
arrest-0.0.74 spec/spec_helper.rb
arrest-0.0.73 spec/spec_helper.rb