Commit 01bd04b6 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Extra test to ensure config:{} autodetects owner.

parent ab105c72
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -63,6 +63,10 @@ describe JsDuck::Aggregator do
    it "detects the config with docs" do
      docs[0][:members][:cfg][0][:doc].should == "Docs for bar"
    end

    it "detects owner of the config" do
      docs[0][:members][:cfg][0][:owner].should == "MyClass"
    end
  end

end