Skip to content

Commit 1463d02

Browse files
committed
Replace book blurb with link to new book.
1 parent 7ac848f commit 1463d02

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

source/images/rspec3_book.jpg

45.4 KB
Loading

source/images/rspec_book.png

-389 KB
Binary file not shown.

source/index.slim

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ section.get-started
4646
= link_to "View Documentation", "/documentation", :class => "btn"
4747

4848
article.book
49-
= image_tag 'rspec_book.png', :alt => "Behaviour Driven Development in Ruby with RSpec"
49+
= image_tag 'rspec3_book.jpg', :alt => "Effective Testing with RSpec 3"
5050
div
51-
h2 The RSpec Book
51+
h2 The Book
52+
h3 Effective Testing with RSpec 3: Build Ruby Apps with Confidence
5253
p
53-
| The RSpec Book will introduce you to RSpec, Cucumber, and a number of other tools that make up the Ruby BDD family. Replete with tutorials and practical examples, the RSpec Book will help you get your BDD on, taking you from executable requirements to working software that is clean, well tested, well documented, flexible and highly maintainable.
54-
= link_to "Check out the book", "http://pragprog.com/book/achbd/the-rspec-book", target: '_blank'
54+
| This definitive guide from RSpec’s lead developer shows you how to use RSpec to drive more maintainable designs, specify and document expected behavior, and prevent regressions during refactoring. Build a project using RSpec to design, describe, and test the behavior of your code-whether you’re new to testing tools or an experienced developer.
55+
= link_to "Coming Soon!", "https://pragprog.com/book/rspec3/effective-testing-with-rspec-3", target: '_blank'
5556

5657
p
5758

source/stylesheets/pages/index.css.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22
@import "partials/hero";
33
@import "partials/features";
44
@import "partials/get_started";
5+
6+
section article.book {
7+
h3 {
8+
padding-top: 0.5em;
9+
padding-bottom: 0.5em;
10+
}
11+
}

0 commit comments

Comments
 (0)