Skip to content

Commit

Permalink
Adding a note on the documentation update for RSpec.
Browse files Browse the repository at this point in the history
Fixing lint callout for double quoted strings instead of single
  • Loading branch information
rylanb committed Dec 18, 2024
1 parent 0be9fec commit 140e993
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ nav_order: 5

## main

* Updates docs/guide/testing.md to include an example of how to use with RSpec

*Rylan Bowers*

* Add `--skip-suffix` option to component generator.

*KAWAKAMI Moeki*
Expand Down
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 140e993

Please sign in to comment.