Sha256: feb2bf467548e97435a230e649c4496fa5e886ec950302a63cfcb47e5e3d0dfa
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 Bytes
Contents
require "simplecov" require "coveralls" SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start { add_filter "/spec/" } require "lita-vader" require "lita/rspec" Lita.version_3_compatibility_mode = false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lita-vader-0.2.0 | spec/spec_helper.rb |
lita-vader-0.1.2 | spec/spec_helper.rb |
lita-vader-0.1.1 | spec/spec_helper.rb |
lita-vader-0.1.0 | spec/spec_helper.rb |