Blog Archives

Shared Examples in Rspec Example Groups

12.5 Shared Examples: We declare a shared example group with the shared_examples_for( ) method. shared_examples_for “any pizza” do it “tastes really good” do @pizza.should taste_really_good end it “is available by the slice” do @pizza.should be_available_by_the_slice end end Once a shared

Tagged with: ,
Posted in RSpec and Cucumber, TDD & BDD
StackOverFlow
Categories
Archives