Commit 15210c4b authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix class name tests in tree_spec.rb

parent 936dbdbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ describe JsDuck::Tree do
    it_should_behave_like "all class nodes"

    it "with normal class icon" do
      @class[:iconCls].should == "icon-cls"
      @class[:iconCls].should == "icon-class"
    end
  end

@@ -111,7 +111,7 @@ describe JsDuck::Tree do
    it_should_behave_like "all class nodes"

    it "with singleton class icon" do
      @class[:iconCls].should == "icon-static"
      @class[:iconCls].should == "icon-singleton"
    end
  end