diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2012-08-28 01:28:47 -0400 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2012-08-28 20:30:50 -0400 |
| commit | 4805c64f2a96e8a9ea5a0e94a820d840fa1675e0 (patch) | |
| tree | 30d152573d316144dd2ce31f6cd42654903be53e /features/support/env.rb | |
| parent | a04b919a4c5ef570e46ae94d6d11b09eb893b7cd (diff) | |
| download | gitlab-ce-4805c64f2a96e8a9ea5a0e94a820d840fa1675e0.tar.gz | |
Remove spec/factory and spec/factories
Diffstat (limited to 'features/support/env.rb')
| -rw-r--r-- | features/support/env.rb | 1 |
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' |
