Sha256: facabed3d35cbffd7bada97bc0d2b29fc7f1eed0d97a3aa0d03f356460689f5a
Contents?: true
Size: 177 Bytes
Versions: 2
Compression:
Stored size: 177 Bytes
Contents
require 'hardmock/expectation' module Hardmock class ExpectationBuilder #:nodoc: def build_expectation(options) Expectation.new(options) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.29.1 | vendor/hardmock/lib/hardmock/expectation_builder.rb |
ceedling-0.29.0 | vendor/hardmock/lib/hardmock/expectation_builder.rb |