Skip to content
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

Open
4 of 8 tasks
postmodern opened this issue Nov 26, 2024 · 1 comment
Open
4 of 8 tasks

Add missing specs for Ronin::CLI::Commands::New::* classes #252

postmodern opened this issue Nov 26, 2024 · 1 comment
Labels
chore You gotta do, what you gotta do good first issue Good first issue help-wanted Extra attention is needed

Comments

@postmodern
Copy link
Member

postmodern commented Nov 26, 2024

Add missing specs for the additional Ronin::CLI::Commands::New::* command alias classes. At a bare minimum we must test that the command_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
@postmodern postmodern added the chore You gotta do, what you gotta do label Nov 26, 2024
@postmodern postmodern added help-wanted Extra attention is needed good first issue Good first issue labels Nov 26, 2024
@postmodern
Copy link
Member Author

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.
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
Projects
None yet
Development

No branches or pull requests

1 participant