Class: CallCenter::Test::MiniTest::DSL::ItShouldFlow::IfCondition

Inherits:
Expectation show all
Defined in:
lib/call_center/test/minitest/dsl.rb

Instance Attribute Summary

Attributes inherited from Expectation

#name

Instance Method Summary collapse

Methods inherited from Expectation

#initialize

Constructor Details

This class inherits a constructor from CallCenter::Test::MiniTest::DSL::ItShouldFlow::Expectation

Instance Method Details

#setup(object) ⇒ Object



74
75
76
# File 'lib/call_center/test/minitest/dsl.rb', line 74

def setup(object)
  object.stubs(name).returns(true)
end