Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit ff31dca

Browse files
committed
Removed Pry.rescue block
1 parent d3a9d4f commit ff31dca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spec/lib/buff/update_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@
210210
stub_request(:post, url).
211211
with(:body => body_content).
212212
to_return(:status => 200, :body => modify_update_response, :headers => {})
213-
Pry.rescue do
214213
client.modify_update_text(id, body: body_content)
215-
end
216214
end
217215
end
218216
end

0 commit comments

Comments
 (0)