diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-04 10:00:04 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-04 10:00:04 +0300 |
| commit | 36c3e2cc624ae4c3b66d58d6b2968457bc4f3011 (patch) | |
| tree | 40b2c553e630c81db11fd8f926038f5137479ea4 /features/steps/shared | |
| parent | 93f15a49537a47e6a1dead5cec8553b974cd464d (diff) | |
| download | gitlab-ce-36c3e2cc624ae4c3b66d58d6b2968457bc4f3011.tar.gz | |
Explicitly require active teab for tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/shared')
| -rw-r--r-- | features/steps/shared/project_tab.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb index 498a173e9a5..6aa4f1b20df 100644 --- a/features/steps/shared/project_tab.rb +++ b/features/steps/shared/project_tab.rb @@ -1,3 +1,5 @@ +require_relative 'active_tab' + module SharedProjectTab include Spinach::DSL include SharedActiveTab |
