public
Description: Amazon Web Services SimpleDB for Ruby
Homepage: http://rubyforge.org/projects/aws-sdb/
Clone URL: git://github.com/dysinger/aws-sdb.git
aws-sdb / spec / spec_helper.rb
100644 4 lines (3 sloc) 0.087 kb
1
2
3
4
$TESTING=true
$:.push File.join(File.dirname(__FILE__), '..', 'lib')
 
require 'aws_sdb'