Sha256: b2bfbb5076c4edd89575da6842ed79f48348a073870d56cdf153520e1c1ab27b

Contents?: true

Size: 455 Bytes

Versions: 5

Compression:

Stored size: 455 Bytes

Contents

require 'simplecov'
require 'coveralls'
SimpleCov.formatters = [
  SimpleCov::Formatter::HTMLFormatter,
  Coveralls::SimpleCov::Formatter
]
SimpleCov.start { add_filter '/spec/' }

require 'lita-odot-tripcheck-web-hack'
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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
lita-onewheel-odot-tripcheck-web-hack-0.0.3 spec/spec_helper.rb
lita-onewheel-odot-tripcheck-web-hack-0.0.2 spec/spec_helper.rb
lita-onewheel-odot-tripcheck-web-hack-0.0.1 spec/spec_helper.rb
lita-onewheel-odot-tripcheck-web-hack-0.0.0 spec/spec_helper.rb
lita-odot-tripcheck-web-hack-0.0.0 spec/spec_helper.rb