Skip to content

Commit

Permalink
rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVajnagi committed Jan 20, 2025
1 parent 2513033 commit 1180df7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/helpers/calculators/calculators_helper_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "rails_helper"

RSpec.describe ApplicationHelper, type: :helper do

describe "#sanitized_notes" do
let(:valid_html) do
'<p class="text-bold">This is <strong>bold</strong> and <em>italic</em>. <a href="http://example.com" target="_blank">Link</a></p>'
Expand Down

0 comments on commit 1180df7

Please sign in to comment.