Sha256: 612a0ea8962844b65cb5965ba47261ecc323ac03bc73d929c3e8457a5fa7cc60
Contents?: true
Size: 623 Bytes
Versions: 6
Compression:
Stored size: 623 Bytes
Contents
require "simplecov" require "coveralls" SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start { add_filter "/spec/" } require "pry" require "lita" require "lita/cli" require "lita/rspec" RSpec.configure do |config| config.mock_with :rspec do |mocks_config| mocks_config.verify_doubled_constant_names = true # Enable config option this when a new rspec-mocks beta including this patch is released: # https://github.com/rspec/rspec-mocks/pull/466 # # mocks_config.verify_partial_doubles = true end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
lita-3.1.0 | spec/spec_helper.rb |
lita-3.0.4 | spec/spec_helper.rb |
lita-3.0.3 | spec/spec_helper.rb |
lita-3.0.2 | spec/spec_helper.rb |
lita-3.0.1 | spec/spec_helper.rb |
lita-3.0.0 | spec/spec_helper.rb |