public
Description: Your favorite URL-shortening service in all of Ruby land
Homepage: http://rubyurl.com
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
Robby Russell (author)
Sun Mar 02 17:35:33 -0800 2008
commit  6dee0c8bd29661da3c489df1f54b94afcd632494
tree    01199eb0b75fbc509a7e27a5a5b9a2c76d581c1f
parent  b366a0721d1d9dc6506f516a180293d3bafa763c parent  67c4eee5d876537380832c0da03babb768dee8eb
rubyurl / 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'