Skip to content

Instantly share code, notes, and snippets.

@dbwest
dbwest / february11-paircolumbus.md
Created February 11, 2017 16:43 — forked from jaybobo/iluvsql-paircolumbus.md
February 11th - Pair Columbus - ILUVSQL
@dbwest
dbwest / 0_README.md
Created April 26, 2012 20:19
Continuous CoffeeScript testing with Guard and Jasmine

Continuous CoffeeScript testing with Guard and Jasmine

This Gist shows how to set up a Rails project to practice BDD with CoffeeScript, Guard and Jasmine. You can see this setup in action on Vimeo

  • Install Gems with Bundler with bundle install
  • Define your guards with mate Guardfile
  • Initialize Jasmine with bundle exec jasmine init
  • Configure Jasmine with mate spec/support/yasmine.ym
  • Start Guard with bundle exec guard