Sha256: 10fcc675f58c892aca3a84f5265085ead7037691a6edb3a1d65c9abfb75d4aa4
Contents?: true
Size: 474 Bytes
Versions: 1
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-goforit' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-goforit-0.1.0 | spec/spec_helper.rb |