Skip to content

Commit

Permalink
remove :focus tag from rails_context_if_not_already_rendered spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Sep 30, 2024
1 parent 43a284c commit 2e48073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/spec/helpers/react_on_rails_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class PlainReactOnRailsHelper
end
end

describe "#rails_context_if_not_already_rendered", :focus do
describe "#rails_context_if_not_already_rendered" do
let(:helper) { PlainReactOnRailsHelper.new }

before do
Expand Down

0 comments on commit 2e48073

Please sign in to comment.