spec/lib/dradis/plugins/projects/export/v2/template_spec.rb in dradis-projects-4.7.0 vs spec/lib/dradis/plugins/projects/export/v2/template_spec.rb in dradis-projects-4.8.0
- old
+ new
@@ -1,7 +1,15 @@
+# DEPRECATED - this class is v2 of the Template Importer and shouldn't be updated.
+# V4 released on Apr 2022
+# V2 can be removed on Apr 2024
+#
+# We're duplicating this file for v4, and even though the code lives in two
+# places now, this file isn't expected to evolve and is now frozen to V2
+# behavior.
+
require 'rails_helper'
-describe Dradis::Plugins::Projects::Export::V2::Template do
+describe 'Dradis::Plugins::Projects::Export::V2::Template' do
let(:project) { create(:project) }
let(:user) { create(:user) }
let(:export) do
described_class.new(
default_user_id: user.id,