Skip to content

Commit 2948fbe

Browse files
committed
Build for #176
1 parent 0665508 commit 2948fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<h3>Take very small steps</h3><p>Don’t rush ahead with more code. Instead, add another example and let
2828
it guide you to what you have to do next. And don’t forget to take time
2929
to refactor your code before it gets messy. You should keep your code
30-
clean at every step of the way.</p></article><article class="docs"><a href="/documentation" class="btn">View Documentation</a></article><article class="book"><img src="/images/rspec3_book.jpg" alt="Effective Testing with RSpec 3" class="needs-border" /><div><h2>The Book</h2><h3>Effective Testing with RSpec 3: Build Ruby Apps with Confidence</h3><p>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.</p><a href="https://pragprog.com/book/rspec3/effective-testing-with-rspec-3" target="_blank">New book now available!</a></div></article><p></p><article class="screencast"><img src="/images/rspec_screencast.png" alt="Testing Ruby Application with RSpec Screencast" /><div><h2>The Screencast</h2><p>The Testing Ruby Applications with RSpec screencast introduces the core RSpec libraries through the development of a small CLI card game. In addition to covering the technical aspects of using RSpec, it also covers best practices for using them so you get the most out of your test suite: different types of tests, what kinds of things to test, when different styles are appropriate.</p><a href="https://www.pluralsight.com/courses/rspec-ruby-application-testing" target="_blank">Check out the screencast</a></div></article></section><footer><div>Created with the assistance of Ninefold<img src="/images/brutus-half.png" alt="Brutus" /></div><br /><a href="https://dnsimple.link/resolving-rspec" target="_blank">Resolving with<br /><img src="https://cdn.dnsimple.com/assets/resolving-with-us/logo-dark.png" alt="DNSimple" style="width:100px;" /></a></footer><script>
30+
clean at every step of the way.</p></article><article class="docs"><a href="/documentation" class="btn">View Documentation</a></article><article class="book"><img src="/images/rspec3_book.jpg" alt="Effective Testing with RSpec 3" class="needs-border" /><div><h2>The Book</h2><h3>Effective Testing with RSpec 3: Build Ruby Apps with Confidence</h3><p>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.</p><a href="https://pragprog.com/titles/rspec3/effective-testing-with-rspec-3/" target="_blank">New book now available!</a></div></article><p></p><article class="screencast"><img src="/images/rspec_screencast.png" alt="Testing Ruby Application with RSpec Screencast" /><div><h2>The Screencast</h2><p>The Testing Ruby Applications with RSpec screencast introduces the core RSpec libraries through the development of a small CLI card game. In addition to covering the technical aspects of using RSpec, it also covers best practices for using them so you get the most out of your test suite: different types of tests, what kinds of things to test, when different styles are appropriate.</p><a href="https://www.pluralsight.com/courses/rspec-ruby-application-testing" target="_blank">Check out the screencast</a></div></article></section><footer><div>Created with the assistance of Ninefold<img src="/images/brutus-half.png" alt="Brutus" /></div><br /><a href="https://dnsimple.link/resolving-rspec" target="_blank">Resolving with<br /><img src="https://cdn.dnsimple.com/assets/resolving-with-us/logo-dark.png" alt="DNSimple" style="width:100px;" /></a></footer><script>
3131
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3232
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
3333
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)

0 commit comments

Comments
 (0)