Skip to content

Replace book blurb with link to new book. #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added source/images/rspec3_book.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/rspec_book.png
Binary file not shown.
9 changes: 5 additions & 4 deletions source/index.slim
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ section.get-started
= link_to "View Documentation", "/documentation", :class => "btn"

article.book
= image_tag 'rspec_book.png', :alt => "Behaviour Driven Development in Ruby with RSpec"
= image_tag 'rspec3_book.jpg', :alt => "Effective Testing with RSpec 3"
div
h2 The RSpec Book
h2 The Book
h3 Effective Testing with RSpec 3: Build Ruby Apps with Confidence
p
| 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.
= link_to "Check out the book", "http://pragprog.com/book/achbd/the-rspec-book", target: '_blank'
| 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.
= link_to "Coming Soon!", "https://pragprog.com/book/rspec3/effective-testing-with-rspec-3", target: '_blank'

p

Expand Down
7 changes: 7 additions & 0 deletions source/stylesheets/pages/index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
@import "partials/hero";
@import "partials/features";
@import "partials/get_started";

section article.book {
h3 {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
}