diff options
author | Sharang Dashputre <sharang.d@gmail.com> | 2019-04-01 17:59:37 +0530 |
---|---|---|
committer | Sharang Dashputre <sharang.d@gmail.com> | 2019-04-01 22:56:35 +0530 |
commit | 771973c13dd5b68fe96fbe5ea96bd11656437dc1 (patch) | |
tree | 0fadf0afda55ed7331080113cfabb6c885f4248e /activestorage/test/template | |
parent | e0a9e0259c56700fc83b3e886cdf7c04f6a83495 (diff) | |
download | rails-771973c13dd5b68fe96fbe5ea96bd11656437dc1.tar.gz rails-771973c13dd5b68fe96fbe5ea96bd11656437dc1.tar.bz2 rails-771973c13dd5b68fe96fbe5ea96bd11656437dc1.zip |
url -> URL where apt except inside actionpack/
Diffstat (limited to 'activestorage/test/template')
-rw-r--r-- | activestorage/test/template/image_tag_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/test/template/image_tag_test.rb b/activestorage/test/template/image_tag_test.rb index f0b166c225..258cf702ad 100644 --- a/activestorage/test/template/image_tag_test.rb +++ b/activestorage/test/template/image_tag_test.rb @@ -37,7 +37,7 @@ class ActiveStorage::ImageTagTest < ActionView::TestCase assert_raises(ArgumentError) { image_tag(@user.avatar) } end - test "error when object can't be resolved into url" do + test "error when object can't be resolved into URL" do unresolvable_object = ActionView::Helpers::AssetTagHelper assert_raises(ArgumentError) { image_tag(unresolvable_object) } end |