rspec_rails_4 icon indicating copy to clipboard operation
rspec_rails_4 copied to clipboard

Everyday Rails Testing with RSpec (Rails 4.0 Edition)

Results 42 rspec_rails_4 issues
Sort by recently updated
recently updated
newest added

Two issues with the `phone_spec.rb` example on page 22: - Why is the `phone_type:` symbols not coloered blueish as the other symbols (e.g. `firstname:`, `lastname:`)? - In the first test,...

The `contact.rb` example on page 43 (bottom) is a bit confusing. According to the book we can "just add" the validation in the example to the contact model, and everything...