Skip to content

Commit 0803b07

Browse files
author
root
committed
Remove workaround for Redmine 2.6 in tests
1 parent c66061c commit 0803b07

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: spec/models/gitolite_public_key_spec.rb

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
# There is an isolation issue in tests.
2121
# Try to workaround it...
2222
def test_user
23-
if Redmine::VERSION.to_s.include?('2.6')
24-
'redmine_git_user1_17'
25-
else
26-
'redmine_git_user1_15'
27-
end
23+
'redmine_git_user1_15'
2824
end
2925

3026

0 commit comments

Comments
 (0)