Skip to content

Commit

Permalink
Resolve Upgrading Rails lint violation
Browse files Browse the repository at this point in the history
Follow-up to [#49474][]

Execute documentation change in CI so that the linters can scan the
documentation's code blocks.

[#49474]: #49474 (comment)
  • Loading branch information
seanpdoyle committed Oct 3, 2023
1 parent d7e401d commit bff9598
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -266,7 +266,7 @@ responds to various format methods (for example, `rendered.html` and
test. For example, the following [assert_match][] assertion will pass:

```ruby
assert_match /some content/i, rendered
assert_match(/some content/i, rendered)
```

However, if your tests rely on `ActionView::TestCase#rendered` returning an
Expand All @@ -283,7 +283,6 @@ end

[assert_match]: https://docs.seattlerb.org/minitest/Minitest/Assertions.html#method-i-assert_match


Upgrading from Rails 6.1 to Rails 7.0
-------------------------------------

Expand Down

0 comments on commit bff9598

Please sign in to comment.