summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-02-17 10:51:01 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-02-17 14:36:49 -0600
commit59010d8f822a1d09660ef78a0ceb7f9cf05dbd63 (patch)
treebbb0e2345e5c7a24ab7342bd8cb1c3f1081b9f98 /spec
parentbb94c3bf74586b237481ac7b96503e5eac8b488d (diff)
downloadgitlab-ce-59010d8f822a1d09660ef78a0ceb7f9cf05dbd63.tar.gz
Fix grammer issue in admin/runners28353-little-grammar-issue
Diffstat (limited to 'spec')
-rw-r--r--spec/features/admin/admin_runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_runners_spec.rb b/spec/features/admin/admin_runners_spec.rb
index f05fbe3d062..5dcc7d35d82 100644
--- a/spec/features/admin/admin_runners_spec.rb
+++ b/spec/features/admin/admin_runners_spec.rb
@@ -18,7 +18,7 @@ describe "Admin Runners" do
it 'has all necessary texts' do
expect(page).to have_text "To register a new Runner"
- expect(page).to have_text "Runners with last contact less than a minute ago: 1"
+ expect(page).to have_text "Runners with last contact more than a minute ago: 1"
end
describe 'search' do