Class: Boppers::Testing::BopperLinter

Inherits:
Object
  • Object
show all
Extended by:
Minitest::Assertions
Defined in:
lib/boppers/testing/bopper_linter.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.assertionsObject

Returns the value of attribute assertions.



9
10
11
# File 'lib/boppers/testing/bopper_linter.rb', line 9

def assertions
  @assertions
end

Class Method Details

.call(bopper) ⇒ Object



14
15
16
# File 'lib/boppers/testing/bopper_linter.rb', line 14

def self.call(bopper)
  assert_respond_to(bopper, :call)
end