Sha256: 6ef62e70a1ae6c9e97ddf005bb7409bd09aef3552e9639a3879660bd26e7dd2b
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
require 'spec_helper' require 'ronin/exploits/web' describe Ronin::Exploits::Web do it "must inherit from Ronin::Exploits::Exploit" do expect(described_class).to be < Ronin::Exploits::Exploit end it "must include Ronin::Exploits::Mixin::HTTP" do expect(described_class).to include(Ronin::Exploits::Mixins::HTTP) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-exploits-1.0.0.beta2 | spec/web_spec.rb |
ronin-exploits-1.0.0.beta1 | spec/web_spec.rb |