Sha256: 578946ee01c2fcb1e91cf326443b3ee173bc8ec07d29394306b1f0559dbcc3a1

Contents?: true

Size: 474 Bytes

Versions: 6

Compression:

Stored size: 474 Bytes

Contents

require "simplecov"
require "coveralls"

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
  SimpleCov::Formatter::HTMLFormatter,
  Coveralls::SimpleCov::Formatter
]
SimpleCov.start { add_filter "spec/" }

require "lita-bingo"
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

6 entries across 6 versions & 1 rubygems

Version Path
lita-bingo-0.2.5 spec/spec_helper.rb
lita-bingo-0.2.4 spec/spec_helper.rb
lita-bingo-0.2.3 spec/spec_helper.rb
lita-bingo-0.2.2 spec/spec_helper.rb
lita-bingo-0.2.1 spec/spec_helper.rb
lita-bingo-0.1.0 spec/spec_helper.rb