<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,6 +24,12 @@ class CLIOptionsTest &lt; Test::Unit::TestCase
     assert_raises(ExitException) { @cli.parse_options! }
   end
   
+  def test_parse_options_with_d_should_set_debug_option
+    @cli.args &lt;&lt; &quot;-d&quot;
+    @cli.parse_options!
+    assert @cli.options[:debug]
+  end
+
   def test_parse_options_with_e_should_set_explain_option
     @cli.args &lt;&lt; &quot;-e&quot; &lt;&lt; &quot;sample&quot;
     @cli.parse_options!
@@ -223,4 +229,4 @@ class CLIOptionsTest &lt; Test::Unit::TestCase
     MockCLI.expects(:new).with(%w(a b c)).returns(cli)
     assert_equal cli, MockCLI.parse(%w(a b c))
   end
-end
\ No newline at end of file
+end</diff>
      <filename>test/cli/options_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1114c00039b55b65b8a527c3ddbcb861d742a99a</id>
    </parent>
  </parents>
  <author>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </author>
  <url>http://github.com/jamis/capistrano/commit/192d8e41e47841f6037fef73929b1f2cbfc3e7a4</url>
  <id>192d8e41e47841f6037fef73929b1f2cbfc3e7a4</id>
  <committed-date>2008-05-10T16:07:44-07:00</committed-date>
  <authored-date>2008-05-10T16:07:44-07:00</authored-date>
  <message>Improved test coverage for debug cli option</message>
  <tree>ffd74a0847cb41e7b5ea3f36916037c8c50d7226</tree>
  <committer>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </committer>
</commit>
