Commit fcfdb23a authored by Robert Speicher's avatar Robert Speicher

Don't generate factories automatically

parent 6df45eb4
......@@ -93,5 +93,9 @@ module Gitlab
# This is needed for gitlab-shell
ENV['GITLAB_PATH_OUTSIDE_HOOK'] = ENV['PATH']
config.generators do |g|
g.factory_girl false
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment