public
Description: A command-line client for Amazon Web Services
Homepage: http://rubyforge.org/projects/cliaws
Clone URL: git://github.com/francois/cliaws.git
cliaws / test / test_cliaws.rb
100644 12 lines (8 sloc) 0.168 kb
1
2
3
4
5
6
7
8
9
10
11
12
require File.dirname(__FILE__) + '/test_helper.rb'
 
class TestCliaws < Test::Unit::TestCase
 
  def setup
  end
  
  def test_truth
    assert true
  end
end