mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove errant debugger call
This commit is contained in:
parent
a6d80e164f
commit
bd7ebf61fb
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ class ActiveStorage::BlobTest < ActiveSupport::TestCase
|
|||
blob.open do |file|
|
||||
assert file.binmode?
|
||||
assert_equal 0, file.pos
|
||||
byebug
|
||||
assert File.basename(file.path).starts_with?("ActiveStorage-#{blob.id}-")
|
||||
assert file.path.ends_with?(".jpg")
|
||||
assert_equal file_fixture("racecar.jpg").binread, file.read, "Expected downloaded file to match fixture file"
|
||||
|
|
Loading…
Reference in a new issue