Skip to content

Commit

Permalink
Added missing spec for CLI::Commands::Irb#run (issue #38).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 5, 2024
1 parent 52d05b5 commit d27df99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/cli/commands/irb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@

describe Ronin::Recon::CLI::Commands::Irb do
include_examples "man_page"

describe "#run" do
it "must call CLI::RubyShell.start" do
expect(Ronin::Recon::CLI::RubyShell).to receive(:start)

subject.run
end
end
end

0 comments on commit d27df99

Please sign in to comment.