public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Search Repo:
Michael Hartl (author)
Sun Mar 02 10:04:28 -0800 2008
commit  b514ef998fc69f05c2108cf7d9d72cdb0d579871
tree    a39d2b7613dd4fdf01f45d12c666388ce189ab82
parent  fa249934b244cf18d5a9b6647a5cc706afa31599
insoshi / stories / helper.rb
100644 3 lines (3 sloc) 0.136 kb
1
2
3
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'spec/rails/story_adapter'