Method: MSpec.expectation

Defined in:
lib/mspec/runner/mspec.rb

.expectationObject

Records that an expectation has been encountered in an example.



208
209
210
# File 'lib/mspec/runner/mspec.rb', line 208

def self.expectation
  store :expectations, true
end