Skip to content

Commit

Permalink
Fixing lint callout for double quoted strings instead of single
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanb committed Dec 18, 2024
1 parent 3ea7203 commit bd3bb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To enable ViewComponent test helpers in RSpec, add:

```ruby
# spec/rails_helper.rb
require 'view_component/test_helpers'
require "view_component/test_helpers"

RSpec.configure do |config|
# ...
Expand Down

0 comments on commit bd3bb52

Please sign in to comment.