Skip to content

Commit 02dbba9

Browse files
committed
Ensure test module names match the module/class they are testing.
1 parent 4c2db7b commit 02dbba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spec/cli/printing_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
require 'ronin/recon/cli/command'
44

55
describe Ronin::Recon::CLI::Printing do
6-
module TestPrinting
6+
module TestCLIPrinting
77
class TestCommand < Ronin::Recon::CLI::Command
88
include Ronin::Recon::CLI::Printing
99
end
1010
end
1111

12-
let(:command_class) { TestPrinting::TestCommand }
12+
let(:command_class) { TestCLIPrinting::TestCommand }
1313
subject { command_class.new }
1414

1515
let(:fixtures_dir) { File.join(__dir__,'..','fixtures') }

0 commit comments

Comments
 (0)