Sha256: c5bef8de94a3a86b75c7cb9ab430b462da49a427e140e92e8a3369abf9f13ea7

Contents?: true

Size: 259 Bytes

Versions: 8

Compression:

Stored size: 259 Bytes

Contents

require "simplecov"
require "coveralls"
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
  SimpleCov::Formatter::HTMLFormatter,
  Coveralls::SimpleCov::Formatter
]
SimpleCov.start { add_filter "/spec/" }

require "lita-stocks"
require "lita/rspec"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lita-stocks-0.1.0 spec/spec_helper.rb
lita-stocks-0.0.7 spec/spec_helper.rb
lita-stocks-0.0.6.2 spec/spec_helper.rb
lita-stocks-0.0.6.1 spec/spec_helper.rb
lita-stocks-0.0.5 spec/spec_helper.rb
lita-stocks-0.0.4 spec/spec_helper.rb
lita-stocks-0.0.3 spec/spec_helper.rb
lita-stocks-0.0.2 spec/spec_helper.rb