method
share_examples_for
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
share_examples_for(*args, &block)
public
Creates an example group that can be shared by other example groups
Examples
share_examples_for "All Editions" do it "all editions behaviour" ... end describe SmallEdition do it_should_behave_like "All Editions" it "should do small edition stuff" do ... end end