Skip to content

Commit

Permalink
Fix copy/pasted spec description.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 7, 2024
1 parent 4800393 commit ff67d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mixins/has_payload_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class InheritesAndOverridesPayloadClass < WithPayloadClass
context "when the payload_class has been set in the Exploit class" do
let(:test_class) { TestHasPayload::WithPayloadClass }

it "must contain Ronin::Exploits::Target objects" do
it "must set the payload_class to the given payload class" do
expect(subject.payload_class).to be(TestHasPayload::TestPayload)
end
end
Expand Down

0 comments on commit ff67d08

Please sign in to comment.