Sha256: 26f1601c917baa914c3ecd71eb0b80acd3518fd94087845ba6b58cc6f22a76d2
Contents?: true
Size: 483 Bytes
Versions: 14
Compression:
Stored size: 483 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) permutations = (%w(stub instance_of strong).permutation.to_a + %w(instance_of strong).permutation.to_a). map { |parts| parts.join('.') } permutations.each do |permutation| describe permutation, is_instance_of: true, is_strong: true do include_context 'stub + instance_of + strong' define_method(:double_definition_creator_for) do |object, &block| eval(permutation + '(object, &block)') end end end
Version data entries
14 entries across 14 versions & 1 rubygems