Class: Object

Inherits:
BasicObject
Defined in:
lib/nanotest/spec.rb

Instance Method Summary collapse

Instance Method Details

#mustObject



22
23
24
# File 'lib/nanotest/spec.rb', line 22

def must
  NanoTest::Spec.new(self)
end

#wontObject



25
26
27
# File 'lib/nanotest/spec.rb', line 25

def wont
  NanoTest::Spec.new(self, false)
end