Sha256: 029296e03bf9059a98750f9042f2f24e7cf50fa9a19160d9fe24b4b6ff0ee3c6

Contents?: true

Size: 449 Bytes

Versions: 5

Compression:

Stored size: 449 Bytes

Contents

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

require "lita-onewheel-filmplot"
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

5 entries across 5 versions & 1 rubygems

Version Path
lita-onewheel-filmplot-0.1.1 spec/spec_helper.rb
lita-onewheel-filmplot-0.1.0 spec/spec_helper.rb
lita-onewheel-filmplot-0.0.2 spec/spec_helper.rb
lita-onewheel-filmplot-0.0.1 spec/spec_helper.rb
lita-onewheel-filmplot-0.0.0 spec/spec_helper.rb