-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing specs for Ronin::CLI::Commands::New::*
classes
#252
Labels
chore
You gotta do, what you gotta do
good first issue
Good first issue
help-wanted
Extra attention is needed
Comments
postmodern
added a commit
that referenced
this issue
Nov 26, 2024
postmodern
added
help-wanted
Extra attention is needed
good first issue
Good first issue
labels
Nov 26, 2024
See ea0e6bb as an example for what the spec files need to look like. |
raj921
added a commit
to raj921/ronin
that referenced
this issue
Dec 8, 2024
Added a basic spec file that verifies the command_name matches the file name for the Exploit command class.
raj921
added a commit
to raj921/ronin
that referenced
this issue
Dec 9, 2024
raj921
added a commit
to raj921/ronin
that referenced
this issue
Dec 9, 2024
postmodern
pushed a commit
that referenced
this issue
Dec 11, 2024
raj921
added a commit
to raj921/ronin
that referenced
this issue
Dec 14, 2024
postmodern
pushed a commit
that referenced
this issue
Dec 14, 2024
raj921
added a commit
to raj921/ronin
that referenced
this issue
Dec 15, 2024
postmodern
pushed a commit
that referenced
this issue
Dec 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
chore
You gotta do, what you gotta do
good first issue
Good first issue
help-wanted
Extra attention is needed
Add missing specs for the additional
Ronin::CLI::Commands::New::*
command alias classes. At a bare minimum we must test that thecommand_name
matches the file name.spec/cli/commands/new/dns_listener_spec.rb
spec/cli/commands/new/exploit_spec.rb
spec/cli/commands/new/http_listener_spec.rb
spec/cli/commands/new/nokogiri_spec.rb
spec/cli/commands/new/payload_spec.rb
spec/cli/commands/new/web_app_spec.rb
spec/cli/commands/new/web_server_spec.rb
spec/cli/commands/new/web_spider_spec.rb
The text was updated successfully, but these errors were encountered: