templates/plugin/spec/spec_helper.tt in lita-3.3.1 vs templates/plugin/spec/spec_helper.tt in lita-4.0.0.rc1
- old
+ new
@@ -8,5 +8,9 @@
SimpleCov.start { add_filter "/spec/" }
<%- end -%>
require "<%= config[:gem_name] %>"
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