changelog shortlog tags changeset manifest revisions annotate raw

stories/helper.rb

changeset 17: 930559402bbe
author: moriq <moriq@moriq.com>
date: Mon Mar 10 10:14:24 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: generate rspec.
1ENV["RAILS_ENV"] = "test"
2require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
3require 'spec/rails/story_adapter'