Skip to content

Commit

Permalink
Added a spec for CLI::Commands::New::DnsListener (issue #252).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Nov 26, 2024
1 parent 6084210 commit ea0e6bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/cli/commands/new/dns_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/dns_listener'

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

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

0 comments on commit ea0e6bb

Please sign in to comment.