public
Description: Engine Yard specific capistrano recipes
Homepage:
Clone URL: git://github.com/engineyard/eycap.git
Matt Dolian (author)
Thu Mar 26 08:16:36 -0700 2009
commit  81167b4c77b36434d7c35cebe55504cd939a4e5e
tree    25b27b0dc3be2953f1a35f86a8e8c9086e7af6a3
parent  3e978237dcd5bcbdc8564dec8dbfa2e855ee4c9c parent  352d3cc915fd0a91754d278662ed9c429648cdd4
eycap / test / test_eycap.rb
100644 12 lines (8 sloc) 0.167 kb
1
2
3
4
5
6
7
8
9
10
11
12
require File.dirname(__FILE__) + '/test_helper.rb'
 
class TestEycap < Test::Unit::TestCase
 
  def setup
  end
  
  def test_truth
    assert true
  end
end