1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test/configuration_test.rb
2007-03-04 20:11:09 +00:00

12 lines
225 B
Ruby

require "#{File.dirname(__FILE__)}/utils"
require 'capistrano/configuration'
class ConfigurationTest < Test::Unit::TestCase
def setup
@config = Capistrano::Configuration.new
end
def test_flunk
flunk
end
end