Sha256: c52f0840b13205bc70bf967763b57d952be1315c6663c1e3938c1d21b9b997df
Contents?: true
Size: 471 Bytes
Versions: 2
Compression:
Stored size: 471 Bytes
Contents
require 'active_support/core_ext/string' require 'pry' require 'verified_double/boolean' # Requiring because these are Value objects. # As value objects, we treat them as primitives. # Hence, there should be no need to mock or stub them. require "verified_double/method_signature" require "verified_double/method_signature_value" # Requiring because these are macros. require 'verified_double/relays_to_internal_double_returning_self' RSpec.configure do |config| end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
verified_double-0.1.1 | spec/unit_helper.rb |
verified_double-0.1.0 | spec/unit_helper.rb |