.rubocop.yml in rutl-0.6.0 vs .rubocop.yml in rutl-0.8.0

- old
+ new

@@ -31,10 +31,10 @@ # TODO: Change this setting? Ideally, I should force braces on the *Page files. # But should think about this first. Style/BracesAroundHashParameters: Exclude: - - 'spec/pages/**/*' + - 'spec/views/**/*' # NullDriverPageElement plays dirty tricks with @@variables to simulate # longer-lived data sources. # And BasePage does @@loaded_pages. Style/ClassVars: