Skip to content

Commit

Permalink
Fix empty element form type spec for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
beque committed Oct 11, 2023
1 parent e4bbd26 commit 4689b6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions spec/models/element_form_type_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'rails_helper'
# frozen_string_literal: true

RSpec.describe ElementFormType, type: :model do
end
# require 'rails_helper'

# RSpec.describe ElementFormType, type: :model do
# end

0 comments on commit 4689b6f

Please sign in to comment.