Class: Hardmock::ExpectationBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/hardmock/expectation_builder.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#build_expectation(options) ⇒ Object



5
6
7
# File 'lib/hardmock/expectation_builder.rb', line 5

def build_expectation(options)
  Expectation.new(options)
end