Sha256: 73f9d8dc008a606825604f7d406888303ab4546163d72df969a0b3cae5335962
Contents?: true
Size: 551 Bytes
Versions: 3
Compression:
Stored size: 551 Bytes
Contents
require "coveralls" require "simplecov" SimpleCov.add_filter("/.bundle/") Coveralls.wear! require "lita-tweet" require "lita/rspec" require "webmock/rspec" # 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 RSpec.configure do |config| config.example_status_persistence_file_path = ".rspec_examples" config.filter_run focus: true config.run_all_when_everything_filtered = true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lita-tweet-0.4.2 | spec/spec_helper.rb |
lita-tweet-0.4.1 | spec/spec_helper.rb |
lita-tweet-0.4.0 | spec/spec_helper.rb |