Sha256: 9f8ec61116c032ebfc99a47f6f6bfde20d2af4fd27323f9c74ad003ed161f23d
Contents?: true
Size: 451 Bytes
Versions: 7
Compression:
Stored size: 451 Bytes
Contents
require 'simplecov' require 'coveralls' SimpleCov.formatters = [ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start { add_filter '/spec/' } require 'lita-onewheel-duckduckgo' 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