Sha256: 253c2dd1cc36f0b19b2df40abb78d2416ead42b4daa0c8dc4985325fac0e1cc7

Contents?: true

Size: 492 Bytes

Versions: 41

Compression:

Stored size: 492 Bytes

Contents

# https://www.relishapp.com/rspec/rspec-core/docs/example-groups/shared-examples
# include_examples "name"      # include the examples in the current context
# include_content "name"      # include the examples in the current context
# it_behaves_like "name"       # include the examples in a nested context
# it_should_behave_like "name" # include the examples in a nested context
# matching metadata            # include the examples in the current context
#
shared_examples "name" do

end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
teleporter-2.0.11 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.10 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.9 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.8 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.7 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.6 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.4 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.2 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.1 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-2.0.0 lib/generators/teleport/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.2.4 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.2.3 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.2.2 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.2.1 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.1.1 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.1.0 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.0.2 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.0.1 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-1.0.0 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb
teleporter-0.1.0 lib/generators/initial/templates/rspec/shared_examples/_sample_shared.rb