Sha256: b07cd0781ee758da927c737da065f00a211e4738e47a947fa286280523a9bc24

Contents?: true

Size: 470 Bytes

Versions: 20

Compression:

Stored size: 470 Bytes

Contents

require 'simplecov'
require 'coveralls'
SimpleCov.formatters = [
  SimpleCov::Formatter::HTMLFormatter,
  Coveralls::SimpleCov::Formatter
]
SimpleCov.start { add_filter '/spec/' }
Coveralls.wear!

require 'lita-onewheel-wolfram-alpha'
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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
lita-onewheel-wolfram-alpha-0.5.3 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.5.2 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.5.1 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.5.0 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.4.1 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.4.0 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.3.0 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.2.3 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.2.2 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.2.1 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.2.0 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.1.7 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.1.6 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.1.5 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.1.4 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.1.3 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.1.2 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.1.1 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.1.0 spec/spec_helper.rb
lita-onewheel-wolfram-alpha-0.0.0 spec/spec_helper.rb