We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729e058 commit 376d602Copy full SHA for 376d602
spec/integration/support/application.rb
@@ -65,7 +65,6 @@ def self.respond_with(options = {})
65
66
map "/multipart" do
67
run lambda { |env|
68
- boundary = 'mimepart_boundary'
69
message = Mail.new
70
xml_part = Mail::Part.new do
71
content_type 'text/xml'
0 commit comments