aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/ujs/views/tests
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-02-20 14:29:26 +0900
committerGuillermo Iguaran <guilleiguaran@gmail.com>2017-02-20 14:29:55 +0900
commit41c33bd4b2ec3f4a482e6030b6fda15091d81e4a (patch)
tree12a2884bf4e822b80484b4f3b5b2f2f44e840347 /actionview/test/ujs/views/tests
parenta2234c5f68edebe7f842873f0c0d7c53b439861c (diff)
downloadrails-41c33bd4b2ec3f4a482e6030b6fda15091d81e4a.tar.gz
rails-41c33bd4b2ec3f4a482e6030b6fda15091d81e4a.tar.bz2
rails-41c33bd4b2ec3f4a482e6030b6fda15091d81e4a.zip
Import rails-ujs v0.1.0 from rails/rails-ujs
Diffstat (limited to 'actionview/test/ujs/views/tests')
-rw-r--r--actionview/test/ujs/views/tests/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/ujs/views/tests/index.html.erb b/actionview/test/ujs/views/tests/index.html.erb
index 393a5ee235..2ac44eeb81 100644
--- a/actionview/test/ujs/views/tests/index.html.erb
+++ b/actionview/test/ujs/views/tests/index.html.erb
@@ -1,4 +1,4 @@
-<% @title = "jquery-ujs test" %>
+<% @title = "rails-ujs test" %>
<%= test_to 'data-confirm', 'data-remote', 'data-disable', 'data-disable-with', 'call-remote', 'call-remote-callbacks', 'data-method', 'override', 'csrf-refresh', 'csrf-token' %>