diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-02-17 10:51:01 -0600 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-02-17 14:36:49 -0600 |
commit | 59010d8f822a1d09660ef78a0ceb7f9cf05dbd63 (patch) | |
tree | bbb0e2345e5c7a24ab7342bd8cb1c3f1081b9f98 /spec | |
parent | bb94c3bf74586b237481ac7b96503e5eac8b488d (diff) | |
download | gitlab-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.rb | 2 |
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 |