aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2019-05-20 13:58:51 -0400
committerGeorge Claghorn <george@basecamp.com>2019-05-20 13:59:06 -0400
commit973096b6ae1f34310316a74e282501357739ac87 (patch)
tree079b96f8b39acabca9771711170a3cebcf090473 /actiontext/test
parentd246e2f4511ee9a4b228f92e1d54547c7aab58d2 (diff)
downloadrails-973096b6ae1f34310316a74e282501357739ac87.tar.gz
rails-973096b6ae1f34310316a74e282501357739ac87.tar.bz2
rails-973096b6ae1f34310316a74e282501357739ac87.zip
Correct test name
Diffstat (limited to 'actiontext/test')
-rw-r--r--actiontext/test/system/system_test_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actiontext/test/system/system_test_helper_test.rb b/actiontext/test/system/system_test_helper_test.rb
index 460769c480..2a57fa8d88 100644
--- a/actiontext/test/system/system_test_helper_test.rb
+++ b/actiontext/test/system/system_test_helper_test.rb
@@ -31,7 +31,7 @@ class ActionText::SystemTestHelperTest < ApplicationSystemTestCase
assert_selector :field, "message[content]", with: /Hello world!/, type: "hidden"
end
- test "filling in the first rich-text area" do
+ test "filling in the only rich-text area" do
visit new_message_url
fill_in_rich_text_area with: "Hello world!"
assert_selector :field, "message[content]", with: /Hello world!/, type: "hidden"