Sha256: 32506768ae3c85fac2cd1d6a4d7701d786c0538e4ecafa21619953e878414626
Contents?: true
Size: 445 Bytes
Versions: 10
Compression:
Stored size: 445 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 tasks ones don't RSpec/LeadingSubject: Exclude: - spec/support
Version data entries
10 entries across 10 versions & 1 rubygems