Skip to content

Commit

Permalink
[ci] Migrate tests for project's and package's users tab to rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed May 23, 2016
1 parent f1faac3 commit 7483ec6
Show file tree
Hide file tree
Showing 8 changed files with 870 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 7483ec6

Please sign in to comment.