Skip to content

Commit 6ea001f

Browse files
author
root
committed
Fix tests
1 parent 68bf69f commit 6ea001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/redmine_git_hosting.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def loglevel
8686
require 'hrack/init'
8787

8888
## Extensions for Faker
89-
if Rails.env.development?
89+
if !Rails.env.production?
9090
require_dependency 'core_ext/faker/git'
9191
require_dependency 'core_ext/faker/ssh'
9292
end

0 commit comments

Comments
 (0)