Sha256: 49f5f1f89d8a51ad5204d9376143f687887df8e791cb9045ef162ed66a0009d4

Contents?: true

Size: 473 Bytes

Versions: 7

Compression:

Stored size: 473 Bytes

Contents

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

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

7 entries across 7 versions & 1 rubygems

Version Path
lita-coffee-0.1.4 spec/spec_helper.rb
lita-coffee-0.1.3 spec/spec_helper.rb
lita-coffee-0.1.2 spec/spec_helper.rb
lita-coffee-0.1.1 spec/spec_helper.rb
lita-coffee-0.1.0 spec/spec_helper.rb
lita-coffee-0.0.2 spec/spec_helper.rb
lita-coffee-0.0.1 spec/spec_helper.rb