Skip to content

Commit

Permalink
Added spec for CLI::Commands::New::HttpListener (issue ronin-rb#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
raj921 committed Dec 9, 2024
1 parent b76b833 commit 3ba453c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/cli/commands/new/http_listener_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require 'spec_helper'
require 'ronin/cli/commands/new/http_listener'

describe Ronin::CLI::Commands::New::HttpListener do
describe "command_name" do
subject { described_class }

it do
expect(subject.command_name).to eq('http-listener')
end
end
end

0 comments on commit 3ba453c

Please sign in to comment.