Skip to content

Commit

Permalink
Fix other two typos suggested in comments
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Polito <[email protected]>
  • Loading branch information
laicuRoot and Steve Polito committed Sep 23, 2024
1 parent cc0bc5e commit 2b3f744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec/spec_helper.rb
spec/support/action_mailer.rb
spec/support/driver.rb
spec/support/i18n.rb
spec/support/should_matchers.rb
spec/support/shoulda_matchers.rb
```

- Uses [action_dispatch-testing-integration-capybara][] to introduce Capybara assertions into Request specs.
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/suspenders/testing_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestingGenerator < Rails::Generators::Base
spec/support/action_mailer.rb
spec/support/driver.rb
spec/support/i18n.rb
spec/support/should_matchers.rb
spec/support/shoulda_matchers.rb
```
- Uses [action_dispatch-testing-integration-capybara][] to introduce Capybara assertions into Request specs.
Expand Down

0 comments on commit 2b3f744

Please sign in to comment.