public
Rubygem
Description: A Capistrano extension for managing and running your app on Amazon EC2.
Clone URL: git://github.com/jnewland/capsize.git
capsize / test / test_capsize.rb
100644 13 lines (8 sloc) 0.157 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
require File.dirname(__FILE__) + '/test_helper.rb'
 
class TestCapsize < Test::Unit::TestCase
 
  def setup
  end
 
  def test_truth
    assert true
  end
end