aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-07-16 15:59:17 -0400
committerGeorge Claghorn <george@basecamp.com>2018-07-16 15:59:17 -0400
commit379d98dcd40f28fd959f42958d662b5416171eea (patch)
tree8f809e0a262e2fc8d0fd4723a8ec0fe686f17878 /activestorage
parent36ec5428bfe78831e4c5c001bd8e7ce45c238b33 (diff)
downloadrails-379d98dcd40f28fd959f42958d662b5416171eea.tar.gz
rails-379d98dcd40f28fd959f42958d662b5416171eea.tar.bz2
rails-379d98dcd40f28fd959f42958d662b5416171eea.zip
Correct test name
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/test/models/attached/many_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/test/models/attached/many_test.rb b/activestorage/test/models/attached/many_test.rb
index 61a80b5dda..ce77abc244 100644
--- a/activestorage/test/models/attached/many_test.rb
+++ b/activestorage/test/models/attached/many_test.rb
@@ -106,7 +106,7 @@ class ActiveStorage::ManyAttachedTest < ActiveSupport::TestCase
assert_equal "video.mp4", @user.highlights.second.filename.to_s
end
- test "attaching existing records to an existing blob one at a time" do
+ test "attaching existing blobs to an existing record one at a time" do
@user.highlights.attach create_blob(filename: "funky.jpg")
@user.highlights.attach create_blob(filename: "town.jpg")
assert_equal "funky.jpg", @user.highlights.first.filename.to_s