From 9123cf74d30d852ba20fa3a4a7a36a9976d99e63 Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Thu, 26 May 2016 15:49:51 -0500 Subject: [PATCH] (QENG-3919) Correct an old spelling error in spec descriptions --- spec/vmpooler/api/v1_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/vmpooler/api/v1_spec.rb b/spec/vmpooler/api/v1_spec.rb index af07883..fac75de 100644 --- a/spec/vmpooler/api/v1_spec.rb +++ b/spec/vmpooler/api/v1_spec.rb @@ -239,7 +239,7 @@ describe Vmpooler::API::V1 do expect_json(ok = true, http = 200) end - it 'fails on nonexistant pools' do + it 'fails on nonexistent pools' do expect(redis).to receive(:exists).with("vmpooler__ready__poolpoolpool").and_return(false) post "#{prefix}/vm", '{"poolpoolpool":"1"}' @@ -505,7 +505,7 @@ describe Vmpooler::API::V1 do expect_json(ok = true, http = 200) end - it 'fails on nonexistant pools' do + it 'fails on nonexistent pools' do expect(redis).to receive(:exists).with("vmpooler__ready__poolpoolpool").and_return(false) post "#{prefix}/vm/poolpoolpool", ''