<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,6 +29,12 @@ describe Dust::ArgumentDuster do
     duster.warnings.should == []
   end
   
+  it &quot;should create warnings when calling super with explicit arguments&quot; do
+    duster = Dust::ArgumentDuster.new(LocalVariableBadness, :super_with_explicit_args)
+    duster.dust!
+    duster.warnings.should == [Dust::Warnings::UnusedArgument.new(:arg)]
+  end
+  
   it &quot;should create warnings when calling super with explicit arguments but without referencing the passed arguments&quot; do
     duster = Dust::ArgumentDuster.new(LocalVariableBadness, :super_with_explicit_args)
     duster.dust!</diff>
      <filename>spec/argument_duster_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>069b939deb8761899ae6e68f0a95b8ff535a72ce</id>
    </parent>
  </parents>
  <author>
    <name>Kevin Clark</name>
    <email>kevin.clark@gmail.com</email>
  </author>
  <url>http://github.com/kevinclark/dust/commit/587358dbfe8d694e8b5faaa73bae8d0ecb2171c3</url>
  <id>587358dbfe8d694e8b5faaa73bae8d0ecb2171c3</id>
  <committed-date>2009-03-18T20:33:46-07:00</committed-date>
  <authored-date>2009-03-18T20:33:46-07:00</authored-date>
  <message>Add spec for arguments and super with explicit args</message>
  <tree>ebf3fc2a720e579bdcdda173f76182f9a6246527</tree>
  <committer>
    <name>Kevin Clark</name>
    <email>kevin.clark@gmail.com</email>
  </committer>
</commit>
