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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-19 22:27:52 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-19 23:01:53 +0300
commit4cc77c3bf8ef72d1b08160da9f55eb1c5f95e832 (patch)
treecb095884c8ff6e6ab71b3dfe8d018cccdb7e4611 /spec/features/runners_spec.rb
parentc3c503d259bbf4691f0fb24fcd713ec5b4474e61 (diff)
Minor runner-related code refactorings
Diffstat (limited to 'spec/features/runners_spec.rb')
-rw-r--r--spec/features/runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/runners_spec.rb b/spec/features/runners_spec.rb
index 2c9c12b4dfa..49156130ad3 100644
--- a/spec/features/runners_spec.rb
+++ b/spec/features/runners_spec.rb
@@ -129,7 +129,7 @@ describe "Runners" do
context 'when runner has tags' do
before { runner.update_attribute(:tag_list, ['tag']) }
- scenario 'user want to prevent runner from running untagged job' do
+ scenario 'user wants to prevent runner from running untagged job' do
visit runners_path(project)
page.within('.activated-specific-runners') do
first('small > a').click