require 'spec_helper' require 'nikto/version' describe Nikto do it "should have a VERSION constant" do expect(subject.const_get('VERSION')).to_not be_empty end end