Commit f501d3dc authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove use of reserved word from cfgs/props spec.

parent c6da8db4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ describe JsDuck::Aggregator do
        /**
         * Some documentation.
         */
        Ext.createAlias(class, "foo", "bar");
        Ext.createAlias(MyClass, "foo", "bar");
      EOS
    end
    it "should fail detecting name of the property" do