Fixed wrong path in application_helper_test.rb

pull/1528/head
Marek Takac 10 years ago
parent 0cb15ea00d
commit 88ba70b112
  1. 0
      lib/api/v3/users/user_model.rb
  2. 2
      test/fixtures/files/140702104449_testfile.txt
  3. 2
      test/fixtures/files/140702105601_testfile.txt
  4. 2
      test/fixtures/files/140702110219_testfile.txt
  5. 2
      test/unit/helpers/application_helper_test.rb

@ -0,0 +1,2 @@
this is a text file for upload tests
with multiple lines

@ -0,0 +1,2 @@
this is a text file for upload tests
with multiple lines

@ -0,0 +1,2 @@
this is a text file for upload tests
with multiple lines

@ -522,7 +522,7 @@ RAW
link_to_project(@project, :action => 'settings')
assert_equal %(<a href="/projects/#{p_id}/settings/members">#{p_name}</a>),
link_to_project(@project, :action => 'settings', :tab => 'members')
assert_equal %(<a href="http://test.host/projects/#{p_id}?jump=blah">#{p_name}</a>),
assert_equal %(<a href="#{root_url}projects/#{p_id}?jump=blah">#{p_name}</a>),
link_to_project(@project, {:only_path => false, :jump => 'blah'})
assert_equal %(<a href="/projects/#{p_id}/settings" class="project">#{p_name}</a>),
link_to_project(@project, {:action => 'settings'}, :class => "project")

Loading…
Cancel
Save