Show Nav
 
Featured

Using the RSpec Around Hooks

RSpec gives you multiple hooks to facilitate setup and tear-down of your specs. Using an around hook gives you the ability to DRY up your spec_helper.
All Posts
Ruby

Using the RSpec Around Hooks

RSpec gives you multiple hooks to facilitate setup and tear-down of your specs. Using an around hook gives you the ability to DRY up your spec_helper.
Web Apps

Using Backbone.js Support

A brief introduction to Backbone Support for Backbone.js. Backbone support provides extra methods to manage sub-views and cleanly dispose of them after use.