@@ -3,36 +3,36 @@ title: "Now in Beta: Effective Testing with RSpec 3"
3
3
author : Myron Marston
4
4
---
5
5
6
- Years ago, [ The RSpec Book] ( https://pragprog.com/book/achbd/the-rspec-book )
7
- introduced many people to RSpec and helped them get the most out of the
8
- framework. Since that time, RSpec has continued to evolve, with the release
9
- of RSpec 3 bringing many changes. The RSpec Book, released over 6 years ago,
10
- is now quite out of date, and many users have been asking: is there going
11
- to be a new book?
12
-
13
- In fact, [ Ian Dees] ( https://twitter.com/undees ) and I have been hard
14
- at work on a brand new book for over two years. Ian brings with him
15
- a wealth of experience from using RSpec since 2006, and a keen ability
16
- to translate technical concepts into easy-to-read, enjoyable books,
17
- as previously seen in PragProg titles like [ Seven More Languages in Seven
18
- Weeks] ( https://pragprog.com/book/7lang/seven-more-languages-in-seven-weeks )
19
- and [ Cucumber Recipes] ( https://pragprog.com/book/dhwcr/cucumber-recipes ) .
20
- I've been the lead maintainer of RSpec since 2012, and have built many of
21
- notable features that RSpec has gained in recent years. Together, we've
22
- written a book we're very proud of, and we're happy to announce it is
23
- now in beta:
6
+ Six years ago, [ The RSpec Book] ( https://pragprog.com/book/achbd/the-rspec-book )
7
+ introduced thousands of people to RSpec and helped them get the most out of the
8
+ framework. Since that time, RSpec has continued to evolve. RSpec 3 brought many
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
11
+ asking: _ is there going to be a new book?_
12
+
13
+ In fact, [ Ian Dees] ( https://twitter.com/undees ) and I have been hard at work on
14
+ a brand new book for over two years. Ian brings with him a wealth of experience
15
+ from using RSpec since 2006. He has a keen ability to translate technical
16
+ concepts into easy-to-read, enjoyable books, such as the PragProg titles [ Seven
17
+ More Languages in Seven
18
+ Weeks] ( https://pragprog.com/book/7lang/seven-more-languages-in-seven-weeks ) and
19
+ [ Cucumber Recipes] ( https://pragprog.com/book/dhwcr/cucumber-recipes ) .
20
+
21
+ I've been the lead maintainer of RSpec since 2012. I've built many of RSpec's
22
+ notable additions in recent years, including composable matchers, the ` --bisect `
23
+ option, and MiniTest integration. Together, we've written a book we're very
24
+ proud of, and we're happy to announce it is now in beta:
24
25
25
26
{:.centered-image}
26
27
![ Effective Testing with RSpec 3] ( /images/rspec3_book.jpg " Effective Testing with RSpec 3: Build Ruby Apps with Confidence ")
27
28
28
29
We've written [ Effective Testing with RSpec 3: Build Ruby Apps with
29
- Confidence] ( https://pragprog.com/book/rspec3/effective-testing-with-rspec-3 )
30
- to be _ the_ definitive guide to modern RSpec. If you've never used RSpec
31
- before, it's a perfect introduction. If you've used RSpec, but haven't kept
32
- up with the recent changes, this book will get you up to speed with the
33
- latest and greatest features.
30
+ Confidence] ( https://pragprog.com/book/rspec3/effective-testing-with-rspec-3 ) to
31
+ be _ the_ definitive guide to modern RSpec. If you're new to RSpec, it's a
32
+ 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.
34
34
35
- This book goes far beyond the RSpec documentation, walking through
35
+ Our book goes far beyond the RSpec documentation, walking through
36
36
building a real-world JSON API and then diving deep into each part
37
37
of RSpec. The theme of _ effective testing_ --using practices to get
38
38
more _ value_ out of your specs than the cost of writing them--is woven
0 commit comments