Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/minitest/should_syntax.rb
Instance Method Summary collapse
Instance Method Details
#should ⇒ Object
144 145 146 |
# File 'lib/minitest/should_syntax.rb', line 144 def should MiniTest::ShouldSyntax.new(self) end |
#should_not ⇒ Object
148 149 150 |
# File 'lib/minitest/should_syntax.rb', line 148 def should_not should.not end |