System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit 014e5f81a36ffd807972cf7baef85dd3e5199aa9

fix doc typo

Commit diff

rspec_on_rails/lib/spec/rails/example/rails_example_group.rb

 
6161 # stub_model(Person)
6262 # stub_model(Person, :id => 37)
6363 # stub_model(Person) do |person|
64 # model.first_name = "David"
64 # person.first_name = "David"
6565 # end
6666 def stub_model(model_class, stubs = {})
6767 id = @@model_id
toggle raw diff