everydayrails / rails-4-1-rspec-3-0

Code samples for Everyday Rails Testing with RSpec, Rails 4.1/RSpec 3.0 edition
272 stars 229 forks source link

Ch.7 shared_examples_for appears once #38

Open JunichiIto opened 9 years ago

JunichiIto commented 9 years ago

In chapter 7, you write shared_examples_for 'public access to contacts' do. I wonder why you use shared_examples_for instead of shared_examples. I think it should be shared_examples for consistency.