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

Switch off warnings in categories test.

parent fd22bfd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ describe JsDuck::Categories do
    end

    it "expands to empty array if no classes match the pattern" do
      JsDuck::Logger.instance.set_warning(:cat_no_match, false)
      @categories.expand("Bazz*").should == []
    end
  end