Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-08-28 09:28:47 +0400
committerRobert Speicher <rspeicher@gmail.com>2012-08-29 04:30:50 +0400
commit4805c64f2a96e8a9ea5a0e94a820d840fa1675e0 (patch)
tree30d152573d316144dd2ce31f6cd42654903be53e /features
parenta04b919a4c5ef570e46ae94d6d11b09eb893b7cd (diff)
Remove spec/factory and spec/factories
Diffstat (limited to 'features')
-rw-r--r--features/support/env.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index 0d9a9ed4281..da6c1b70168 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -8,7 +8,6 @@ require 'webmock/cucumber'
WebMock.allow_net_connect!
-require Rails.root.join 'spec/factories'
require Rails.root.join 'spec/support/monkeypatch'
require Rails.root.join 'spec/support/gitolite_stub'
require Rails.root.join 'spec/support/login_helpers'