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
Disable the RSpec/BeforeAfterAll check as it interferes with the before(:context) blocks that some modules' acceptance tests use to clean the test environment before running the next context.
before(:context) is an alias to before(:all) in rspec, hence why rubocop sees it
The text was updated successfully, but these errors were encountered:
Disable the RSpec/BeforeAfterAll check as it interferes with the
before(:context)
blocks that some modules' acceptance tests use to clean the test environment before running the next context.before(:context)
is an alias tobefore(:all)
in rspec, hence why rubocop sees itThe text was updated successfully, but these errors were encountered: