Skip to content

Commit

Permalink
Merge pull request #1816 from bgeuken/user_and_group_tests
Browse files Browse the repository at this point in the history
[ci] Migrate tests for project's and package's users tab to rspec
  • Loading branch information
Moisés Déniz Alemán committed May 23, 2016
2 parents f1faac3 + ce5999d commit ac0b1f1
Show file tree
Hide file tree
Showing 9 changed files with 944 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/api/app/views/shared/_add_group.html.erb
Expand Up @@ -2,7 +2,7 @@

<%= form_tag :action => :save_group do %>
<p>
<b>Group:</b><br/>
<label for="groupid"><b>Group:</b></label><br/>
<%= text_field_tag 'groupid', params[:groupid], :size => '25' %><br/>
<%= javascript_tag do %>
$("#groupid").autocomplete({source: '<%= url_for :controller => 'groups', :action => 'autocomplete' %>', minLength: 2});
Expand Down
2 changes: 1 addition & 1 deletion src/api/app/views/shared/_add_user.html.erb
Expand Up @@ -2,7 +2,7 @@

<%= form_tag :action => :save_person do %>
<p>
<b>User:</b><br/>
<label for="userid"><b>User:</b></label><br/>
<%= text_field_tag 'userid', params[:userid] %><br/>
<%= javascript_tag do %>
$("#userid").autocomplete({source: '<%= url_for :controller => 'user', :action => 'autocomplete' %>', minLength: 2});
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac0b1f1

Please sign in to comment.