summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/repository/push_spec.rb
diff options
context:
space:
mode:
authorRichard Clamp <richardc@unixbeard.net>2017-10-16 10:34:59 +0100
committerRichard Clamp <richardc@unixbeard.net>2017-10-16 10:34:59 +0100
commitda393460b690a6e394460cfd768822a3134efe7b (patch)
tree6638e06369cc50ac8ae3c018ee9e93028ae5c189 /qa/qa/specs/features/repository/push_spec.rb
parentcbc67b485efff3f51e86131a0da5af5a38a59955 (diff)
downloadgitlab-ce-da393460b690a6e394460cfd768822a3134efe7b.tar.gz
Explicitly tag :core and :mattermost scenarios
It's adding additional potentially confusing behaviour to derive test tagging from the file path, as it's not immediately apparent where that lives when considering the tests in isolation. Instead, just explicitly tag. * Remove the tagging of examples based on :file_path * Explicitly tags scenarios as :core, or :mattermost
Diffstat (limited to 'qa/qa/specs/features/repository/push_spec.rb')
-rw-r--r--qa/qa/specs/features/repository/push_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/repository/push_spec.rb b/qa/qa/specs/features/repository/push_spec.rb
index 5fe45d63d37..c21068dc6cd 100644
--- a/qa/qa/specs/features/repository/push_spec.rb
+++ b/qa/qa/specs/features/repository/push_spec.rb
@@ -1,7 +1,7 @@
module QA
feature 'push code to repository' do
context 'with regular account over http' do
- scenario 'user pushes code to the repository' do
+ scenario 'user pushes code to the repository', :core do
Page::Main::Entry.act { sign_in_using_credentials }
Scenario::Gitlab::Project::Create.perform do |scenario|