Sha256: 9d1a7fbbeec9f68745d03e9196e05e6a8cfbdeafd531f51cbb01c821d360db9e
Contents?: true
Size: 448 Bytes
Versions: 12
Compression:
Stored size: 448 Bytes
Contents
# Disabling as we set up the rake specs as 'describe "rake namespace:task", type: :task do' which determines what task # is being tested, and this cop doesn't like having a describe block without a class or module name. RSpec/DescribeClass: Exclude: - spec/tasks/**/* # This is to prevent Rubocop from bugging on a spec helper that doesn't contain an example, which the support ones don't RSpec/LeadingSubject: Exclude: - spec/support
Version data entries
12 entries across 12 versions & 1 rubygems