We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54395e3 commit 6301d79Copy full SHA for 6301d79
spec/lib/rex/mime/message_spec.rb
@@ -166,10 +166,6 @@
166
subject.to = 'msfdev'
167
expect(subject.to).to eq('msfdev')
168
end
169
-
170
- it "returns the new To: header value" do
171
- expect(subject.to = 'msfdev').to eq('msfdev')
172
- end
173
174
175
@@ -189,10 +185,6 @@
189
185
subject.from = 'msfdev'
190
186
expect(subject.from).to eq('msfdev')
191
187
192
193
- it "returns the new From: header value" do
194
- expect(subject.from = 'msfdev').to eq('msfdev')
195
196
188
197
198
describe "#subject" do
@@ -211,10 +203,6 @@
211
203
subject.subject = 'msfdev'
212
204
expect(subject.subject).to eq('msfdev')
213
205
214
215
- it "returns the new Subject: header value" do
216
- expect(subject.subject = 'msfdev').to eq('msfdev')
217
218
206
219
207
220
208
describe "#mime_defaults" do
0 commit comments