diff --git a/spec/configuration/kafka_spec.rb b/spec/configuration/kafka_spec.rb index 910a3dd..d1571d6 100644 --- a/spec/configuration/kafka_spec.rb +++ b/spec/configuration/kafka_spec.rb @@ -25,7 +25,7 @@ it { should_not be_writable.by('others') } it { should_not be_executable } pipelines.each do |pipeline| - it { should contain pipeline } + it { should contain pipeline } end end end