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:
authorGabriel Mazetto <brodock@gmail.com>2017-05-31 12:32:11 +0300
committerGabriel Mazetto <brodock@gmail.com>2017-05-31 15:33:03 +0300
commitd219f9a691973708f70d9517765a2ec926d6d903 (patch)
tree9c60270e7bdd60cf40c21260d94f11a8bc1ae506 /spec/lib/system_check_spec.rb
parent23f9e95e8a7dfa3371f0c60a90a4cffc300c0f72 (diff)
Fix BasicExecutor specs
Diffstat (limited to 'spec/lib/system_check_spec.rb')
-rw-r--r--spec/lib/system_check_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/lib/system_check_spec.rb b/spec/lib/system_check_spec.rb
index d2087ad2d83..01679282f87 100644
--- a/spec/lib/system_check_spec.rb
+++ b/spec/lib/system_check_spec.rb
@@ -9,10 +9,6 @@ describe SystemCheck, lib: true do
end
describe '.run' do
- it 'requires custom executor to be a BasicExecutor' do
- expect { subject.run('Component', [], SystemCheck::SimpleExecutor) }.not_to raise_error
- end
-
context 'custom matcher' do
class SimpleCheck < SystemCheck::BaseCheck
def check?