Class: Boppers::Testing::BopperLinter
- Inherits:
-
Object
- Object
- Boppers::Testing::BopperLinter
- Extended by:
- Minitest::Assertions
- Defined in:
- lib/boppers/testing/bopper_linter.rb
Class Attribute Summary collapse
-
.assertions ⇒ Object
Returns the value of attribute assertions.
Class Method Summary collapse
Class Attribute Details
.assertions ⇒ Object
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 |