rsl / skinny_spec

Skinny Spec is a collection of Rspec helper methods designed to help trim the fat and DRY up some of the bloat that sometimes results from properly specing your classes and templates.

This URL has Read+Write access

Philippe (author)
Tue Oct 27 14:04:31 -0700 2009
rsl (committer)
Wed Nov 04 05:48:34 -0800 2009
skinny_spec / init.rb
100644 3 lines (3 sloc) 0.05 kb
1
2
3
if RAILS_ENV == "test"
  require "skinny_spec"
end