.rubocop.yml in publican_creators-1.0.3 vs .rubocop.yml in publican_creators-1.0.4

- old
+ new

@@ -1,13 +1,13 @@ AllCops: Include: - 'lib/**/*.rb' - - 'test/**/*.rb' + - 'spec/**/*.rb' Exclude: - 'Rakefile' - - 'test/The_holy_Bible/*' + - 'spec/The_holy_Bible/*' DisplayCopNames: true Metrics/LineLength: Enabled: true \ No newline at end of file