diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-31 15:39:01 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-31 15:39:01 +0300 |
commit | f82b9e48ec038a3718aeeeb248b0a01c9f88fa33 (patch) | |
tree | 09ce291c73eef9dfac631127c313d02d5b78d61b /features/support | |
parent | 833bc305933bbf7b8b06d5464ae5716ccbe82674 (diff) | |
download | gitlab-ce-f82b9e48ec038a3718aeeeb248b0a01c9f88fa33.tar.gz |
Dont stub gitlab-shell calls. Make test environment closer to real one
Diffstat (limited to 'features/support')
-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 3ab2ce0a3e6..5b3e78cbec3 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -39,7 +39,6 @@ Capybara.ignore_hidden_elements = false DatabaseCleaner.strategy = :truncation Spinach.hooks.before_scenario do - TestEnv.setup_stubs DatabaseCleaner.start end |