Skip to content

Commit

Permalink
lint unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jul 15, 2024
1 parent f52f645 commit b1b738c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/integration/support/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def self.respond_with(options = {})

map "/multipart" do
run lambda { |env|
boundary = 'mimepart_boundary'
message = Mail.new
xml_part = Mail::Part.new do
content_type 'text/xml'
Expand Down

0 comments on commit b1b738c

Please sign in to comment.