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 3, spec_helper still exists #5

Closed JunichiIto closed 10 years ago

JunichiIto commented 10 years ago

As you may be able to spot, we’re creating an outline of examples here to help us sort similar examples together. This makes for a more readable spec. Now let’s finish cleaning up our reorganized spec with the help of a before hook:

Sample code after the sentence above still require spec_helper. And I found some 'spec_helper's in other chapters. Please grep and fix them.

ruralocity commented 10 years ago

Corrected for the next release.