We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2db7b commit 02dbba9Copy full SHA for 02dbba9
spec/cli/printing_spec.rb
@@ -3,13 +3,13 @@
3
require 'ronin/recon/cli/command'
4
5
describe Ronin::Recon::CLI::Printing do
6
- module TestPrinting
+ module TestCLIPrinting
7
class TestCommand < Ronin::Recon::CLI::Command
8
include Ronin::Recon::CLI::Printing
9
end
10
11
12
- let(:command_class) { TestPrinting::TestCommand }
+ let(:command_class) { TestCLIPrinting::TestCommand }
13
subject { command_class.new }
14
15
let(:fixtures_dir) { File.join(__dir__,'..','fixtures') }
0 commit comments