added rspec folder/files

This commit is contained in:
Xin Zheng 2008-01-22 16:55:14 +00:00
parent 5cc239f329
commit 613325a0d0
7 changed files with 57 additions and 2 deletions

3
stories/helper.rb Normal file
View file

@ -0,0 +1,3 @@
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'spec/rails/story_adapter'