Skip to content

Commit

Permalink
Ignore callSuper warning for test classes extending fixtureset.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshepley committed Sep 25, 2020
1 parent e03084a commit 5b3022c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helpers/fixture_sets/cronjobs.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# frozen_string_literal: true
# rubocop:disable Lint/MissingSuper

module FixtureSetAssertions
class CronJobs < FixtureSet
def initialize(namespace)
Expand Down
2 changes: 2 additions & 0 deletions test/helpers/fixture_sets/ejson_cloud.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# frozen_string_literal: true
# rubocop:disable Lint/MissingSuper

module FixtureSetAssertions
class EjsonCloud < FixtureSet
def initialize(namespace)
Expand Down
2 changes: 2 additions & 0 deletions test/helpers/fixture_sets/hello_cloud.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# frozen_string_literal: true
# rubocop:disable Lint/MissingSuper

module FixtureSetAssertions
class HelloCloud < FixtureSet
def initialize(namespace)
Expand Down

0 comments on commit 5b3022c

Please sign in to comment.