Sha256: b82cd962f7c819d7e15abc28809b2d954d3919986a2c0204fef0cea23f57b561
Contents?: true
Size: 585 Bytes
Versions: 3
Compression:
Stored size: 585 Bytes
Contents
require "simplecov" require "coveralls" SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start { add_filter "/spec/" } require "lita-gauth" require "lita/rspec" RSpec.configure do |config| config.filter_run focus: true config.run_all_when_everything_filtered = true end # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lita-gauth-0.1.0.5 | spec/spec_helper.rb |
lita-gauth-0.1.0.4 | spec/spec_helper.rb |
lita-gauth-0.1.0.3 | spec/spec_helper.rb |