Sha256: f370b1e2bb7717ca1edb75b52cf760fb45a5269ab79240c1e32165758131fe53
Contents?: true
Size: 490 Bytes
Versions: 3
Compression:
Stored size: 490 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" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lita-doubler-lcpp-0.1.3 | spec/spec_helper.rb |
lita-doubler-lcpp-0.1.2 | spec/spec_helper.rb |
lita-doubler-lcpp-0.1.1 | spec/spec_helper.rb |