Sha256: 1507eac6ce4f3ec52cd0d4718cae80e61ba924159b3e2c0c36ed4407303a5679

Contents?: true

Size: 130 Bytes

Versions: 15

Compression:

Stored size: 130 Bytes

Contents

shared_context :module_spec do
  subject do
    Object.new.tap do |object|
      object.extend(described_class)
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
sitehub-0.5.0.alpha12 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.4.10 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha11 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha10 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha8 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha7 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha6 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha5 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha4 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha3 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.5.0.alpha2 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.4.9 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.4.8 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.4.7 spec/support/shared_contexts/module_spec_context.rb
sitehub-0.4.6 spec/support/shared_contexts/module_spec_context.rb