Sha256: f00d1f4a2571a2ae69b0bea48da606d5fd78bccf05a12ca87e533293e192c5da
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
require 'lita-mingle' require 'lita/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.before do registry.register_handler(Lita::Handlers::Mingle) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-mingle-1.0.0 | spec/spec_helper.rb |