You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/upgrade_to_version_2.adoc
+35-4Lines changed: 35 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,9 +146,11 @@ Example pull requests to replace `TopLevelDescribe` with `TopLevelGroup` [https:
146
146
147
147
=== Change the `Language` Module Usages
148
148
149
+
To allow for lazy initialization, and for loading of the language configuration after the class are loaded, a https://docs.rubocop.org/rubocop-ast/node_pattern.html#to-call-functions[function call feature of RuboCop AST] is used.
150
+
149
151
The `RuboCop::RSpec::Language` is completely different now.
152
+
150
153
`Hooks::ALL` and alike, and their accompanying helpers work differently.
151
-
To allow for lazy initialization, and for loading of the language configuration after the class are loaded, a https://docs.rubocop.org/rubocop-ast/node_pattern.html#to-call-functions[function call feature of RuboCop AST] is used.
0 commit comments