spec/spec_helper.rb in lita-deploygate-0.1.0 vs spec/spec_helper.rb in lita-deploygate-0.1.1

- old
+ new

@@ -6,5 +6,7 @@ ] SimpleCov.start { add_filter '/spec/' } require 'lita-deploygate' require 'lita/rspec' + +Lita.version_3_compatibility_mode = false