Sha256: 27c1f7e7fb9caf610679d698354ba3530ff42e17fd28acc6194cd7039e234bb9

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require 'lita-restart-elvis'
require 'lita/rspec'

# A compatibility mode is provided for older plugins upgrading from Lita 3. Since this plugin
# was generated with Lita 4, the compatibility mode should be left disabled.
Lita.version_3_compatibility_mode = false

require 'vcr'

VCR.configure do |c|
  c.cassette_library_dir = 'spec/cassettes'
  c.hook_into :faraday
end

RSpec.configure do |c|
  c.extend VCR::RSpec::Macros
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lita-restart-elvis-0.2.0 spec/spec_helper.rb
lita-restart-elvis-0.1.0 spec/spec_helper.rb