changelog shortlog tags changeset file revisions annotate raw

stories/helper.rb

revision 17: 930559402bbe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stories/helper.rb	Mon Mar 10 10:14:24 2008 +0900
@@ -0,0 +1,3 @@
+ENV["RAILS_ENV"] = "test"
+require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
+require 'spec/rails/story_adapter'
\ No newline at end of file