Sha256: 7e5afbb704eb6e31d39191dd2602e4307c9d050804eba4bba493557613830046
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 Bytes
Contents
require "simplecov" require "coveralls" Coveralls.wear! SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start { add_filter "/spec/" } require "lita-doubler-dharmamike" 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-doubler-dharmamike-0.2.0 | spec/spec_helper.rb |