aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/variant_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/variant_test.rb b/test/variant_test.rb
index bc3a1fef90..ee3bc5c0e5 100644
--- a/test/variant_test.rb
+++ b/test/variant_test.rb
@@ -5,8 +5,8 @@ require "active_storage/variant"
class ActiveStorage::VariantTest < ActiveSupport::TestCase
setup do
@blob = ActiveStorage::Blob.create_after_upload! \
- filename: "racecar.jpg", content_type: "image/jpeg",
- io: File.open(File.expand_path("../fixtures/files/racecar.jpg", __FILE__))
+ filename: "racecar.jpg", content_type: "image/jpeg",
+ io: File.open(File.expand_path("../fixtures/files/racecar.jpg", __FILE__))
end
test "resized variation" do