Sha256: a78016269f5b555b371e55ecb181249e0fb0f35de91566813be5a1d4f115420d
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
require "simplecov" require "coveralls" SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start { add_filter "/spec/" } require "lita-tweet" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lita-tweet-0.3.0 | spec/spec_helper.rb |
lita-tweet-0.1.0 | spec/spec_helper.rb |