Sha256: 4e4aa94f1ef911b084c0a13ee5cf82efad27d7a74502ebbbf3f9e0d438fdaaf6

Contents?: true

Size: 582 Bytes

Versions: 4

Compression:

Stored size: 582 Bytes

Contents

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

require "lita-standups"
require "lita/rspec"

Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f }

Ohm.redis = Redic.new("redis://127.0.0.1:6379/13")

# 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

4 entries across 4 versions & 1 rubygems

Version Path
lita-standups-1.0.5 spec/spec_helper.rb
lita-standups-1.0.4 spec/spec_helper.rb
lita-standups-1.0.3 spec/spec_helper.rb
lita-standups-1.0.2 spec/spec_helper.rb