projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'upstream/pull/3543'
[rails.git]
/
test
/
controllers
/
oauth2_applications_controller_test.rb
diff --git
a/test/controllers/oauth2_applications_controller_test.rb
b/test/controllers/oauth2_applications_controller_test.rb
index 149b6ee35ec458c3a59305dc474311254cd9412a..1b6eaabfe74785da17127b6ed574fdee07e960a4 100644
(file)
--- a/
test/controllers/oauth2_applications_controller_test.rb
+++ b/
test/controllers/oauth2_applications_controller_test.rb
@@
-51,7
+51,7
@@
class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
get oauth_applications_path
assert_response :success
assert_template "oauth2_applications/index"
- assert_select "tr", 2
+ assert_select "t
body t
r", 2
end
def test_new