Skip to content

Commit

Permalink
Added spec for Ronin::CLI::Commands::New::Payload class (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
raj921 authored and postmodern committed Dec 15, 2024
1 parent 0c666b4 commit c9ce1e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spec/cli/commands/new/payload_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
require 'spec_helper'
require 'ronin/cli/commands/new/payload'

describe Ronin::CLI::Commands::New::Payload do
describe "command_name" do
subject { described_class }
it do
expect(subject.command_name).to eq('payload')
end
end
end

0 comments on commit c9ce1e5

Please sign in to comment.