@@ -7,7 +7,7 @@ Six years ago, [The RSpec Book](https://pragprog.com/book/achbd/the-rspec-book)
7
7
introduced thousands of people to RSpec and helped them get the most out of the
8
8
framework. Since that time, RSpec has continued to evolve. RSpec 3 brought many
9
9
changes to help developers build and test better Ruby programs. The RSpec Book,
10
- released over 6 years ago , does not cover these changes. Readers have been
10
+ now quite out of date , does not cover these changes. Readers have been
11
11
asking: _ is there going to be a new book?_
12
12
13
13
In fact, [ Ian Dees] ( https://twitter.com/undees ) and I have been hard at work on
@@ -23,14 +23,18 @@ notable additions in recent years, including composable matchers, the `--bisect`
23
23
and ` --only-failures ` options, and the ` :aggregate_failures ` features. Together,
24
24
we've written a book we're very proud of, and we're happy to announce it is now in beta:
25
25
26
- {:.centered-image}
27
- ![ Effective Testing with RSpec 3] ( /images/rspec3_book.jpg " Effective Testing with RSpec 3: Build Ruby Apps with Confidence ")
26
+ <div class =" rspec-3-book " >
27
+ <a href =" https://pragprog.com/book/rspec3/effective-testing-with-rspec-3 " >
28
+ <img alt="Cover image for Effective Testing with RSpec 3" class="cover-xlarge b-lazy book-cover" height="228" id="title-book-cover-rspec3" itemprop="image" src="/images/rspec3_book_beta.jpg" title="Cover image for Effective Testing with RSpec 3" width="190">
29
+ </a >
30
+ </div >
28
31
29
32
We've written [ Effective Testing with RSpec 3: Build Ruby Apps with
30
33
Confidence] ( https://pragprog.com/book/rspec3/effective-testing-with-rspec-3 ) to
31
34
be _ the_ definitive guide to modern RSpec. If you're new to RSpec, it's a
32
35
perfect introduction. If you've used RSpec before, but haven't kept up with the
33
- recent changes, this book will get you up to speed.
36
+ recent changes, this book will get you up to speed, covering new features through
37
+ the soon-to-released RSpec 3.6.
34
38
35
39
Our book goes far beyond the RSpec documentation, walking through
36
40
building a real-world JSON API and then diving deep into each part
0 commit comments