Sha256: a4c24d74b7f596dc5adb3c666ea18b63f6e4cb96297a61eaa207d10e0b5f32af
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 Bytes
Contents
require "simplecov" require "coveralls" SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start { add_filter "/spec/" } require "lita-eightball" require "lita/rspec"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lita-eightball-1.0.4 | spec/spec_helper.rb |
lita-eightball-1.0.3 | spec/spec_helper.rb |
lita-eightball-1.0.1 | spec/spec_helper.rb |
lita-eightball-1.0.0 | spec/spec_helper.rb |