cuke fixed.

pull/461/head
Nils Kenneweg 11 years ago committed by Hagen Schink
parent 384c36e846
commit d04f6323b5
  1. 2
      features/support/paths.rb

@ -54,7 +54,7 @@ module NavigationHelpers
project_identifier = Project.find_by_name(project_identifier).identifier.gsub(' ', '%20')
if tab.nil?
if tab == ""
"/projects/#{project_identifier}/settings"
else
"/projects/#{project_identifier}/settings/#{tab}"

Loading…
Cancel
Save