mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-03 11:30:15 +01:00
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:
parent
6d54923e2f
commit
b13df20630
35 changed files with 1475 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue