require 'spec_helper' describe "The CVE-2004-0983 vulnerability" do before(:all) do @check = Codesake::Dawn::Kb::CVE_2004_0983.new # @check.debug = true end it "you may want to test something here..." end