Sha256: bc448c61d9257ea590846de190cc97e2f281f5960a693cd461c3d1622102d7f9
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
require 'spec_helper' require 'ronin/cli/command' describe Ronin::CLI::Command do it { expect(described_class).to be < Ronin::Core::CLI::Command } it "must set .man_dir" do expect(described_class.man_dir).to eq(File.join(Ronin::ROOT,'man')) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.0.0.beta1 | spec/cli/command_spec.rb |