Install the `scenarios' plugin and require it in spec_helper

It is IMO a great alternative to fixtures.
See http://github.com/aiwilliams/scenarios/tree/master and further commits
for more information.
This commit is contained in:
Simon Rozet 2008-06-23 14:07:55 +02:00
parent 6d54923e2f
commit b13df20630
35 changed files with 1475 additions and 0 deletions

View file

@ -5,6 +5,7 @@ require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'spec'
require 'spec/rails'
require 'skinny_spec'
require 'scenarios'
module LuckySneaks
module ModelSpecHelpers