.rubocop.yml in rutl-0.5.0 vs .rubocop.yml in rutl-0.6.0
- old
+ new
@@ -38,10 +38,10 @@
# NullDriverPageElement plays dirty tricks with @@variables to simulate
# longer-lived data sources.
# And BasePage does @@loaded_pages.
Style/ClassVars:
Exclude:
- - 'lib/rutl/driver/null_driver_page_element.rb'
+ - 'lib/rutl/null_driver/null_element.rb'
- 'lib/rutl/base_page.rb'
# Rubocop flags lots of things as useless assignment when they're actually
# magic methods. Maybe this means I'm not handling respond_to_missing
# correctly. In fact, that seems likely.