aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/models/representation_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/test/models/representation_test.rb')
-rw-r--r--activestorage/test/models/representation_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/test/models/representation_test.rb b/activestorage/test/models/representation_test.rb
index 29fe61aee4..2a06b31c77 100644
--- a/activestorage/test/models/representation_test.rb
+++ b/activestorage/test/models/representation_test.rb
@@ -34,7 +34,7 @@ class ActiveStorage::RepresentationTest < ActiveSupport::TestCase
test "representing an unrepresentable blob" do
blob = create_blob
- assert_raises ActiveStorage::Blob::UnrepresentableError do
+ assert_raises ActiveStorage::UnrepresentableError do
blob.representation resize: "100x100"
end
end