Replace content_tag_for with a simple tr element
This commit is contained in:
parent
40809825e8
commit
dba3940571
2 changed files with 12 additions and 8 deletions
|
@ -37,6 +37,7 @@ class OauthClientsControllerTest < ActionController::TestCase
|
|||
def test_index
|
||||
user = create(:user)
|
||||
create_list(:client_application, 2, :user => user)
|
||||
create_list(:access_token, 2, :user => user)
|
||||
|
||||
get :index,
|
||||
:params => { :display_name => user.display_name }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue