Sha256: 4c2b163d00ce20a139d0dc631c60148bcddb259e918e65e6733534fb0023ad45

Contents?: true

Size: 168 Bytes

Versions: 42

Compression:

Stored size: 168 Bytes

Contents

require 'hardmock/expectation'

module Hardmock
  class ExpectationBuilder #:nodoc:
    def build_expectation(options)
      Expectation.new(options)
    end
  end
end

Version data entries

42 entries across 39 versions & 3 rubygems

Version Path
hardmock-1.3.1 lib/hardmock/expectation_builder.rb
hardmock-1.3.0 lib/hardmock/expectation_builder.rb