Sha256: c0d1e95a31607a92c1f36166eb71b3b0c55859ae0a8505f21bf947a9db857267

Contents?: true

Size: 398 Bytes

Versions: 14

Compression:

Stored size: 398 Bytes

Contents

require File.expand_path('../../spec_helper', __FILE__)

permutations =
  %w(stub strong).permutation.map { |parts| parts.join('.') } +
  %w(strong)

permutations.each do |permutation|
  describe permutation, is_strong: true do
    include_context 'stub + 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

Version Path
rr-3.1.1 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.1.0 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.9 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.8 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.7 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.6 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.5 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.4 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.3 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.2 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.1 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-3.0.0 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-1.2.1 spec/suites/rspec_2/functional/stub_strong_spec.rb
rr-1.2.0 spec/suites/rspec_2/functional/stub_strong_spec.rb