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