There should be basic tests that validate the exploits metadata and that the exploits work. We can use webmock to validate that the HTTP exploits send the correct HTTP requests and stub the responses.
[x] Add rspec task
[x] Add simplecov
[x] Add exploit metadata RSpec example to validate the metadata.
[ ] Add webmock for testing HTTP exploits.
[ ] Add basic webmock/rspec tests to validate that the HTTP exploits send the correct requests and handle responses correctly.
There should be basic tests that validate the exploits metadata and that the exploits work. We can use webmock to validate that the HTTP exploits send the correct HTTP requests and stub the responses.
rspec
tasksimplecov
exploit metadata
RSpec example to validate the metadata.webmock
for testing HTTP exploits.webmock/rspec
tests to validate that the HTTP exploits send the correct requests and handle responses correctly.