piotrj / insoshi forked from insoshi/insoshi

The open source social networking platform in Ruby on Rails from the author of RailsSpace

This URL has Read+Write access

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'