From dc12a0bbf232436f985aeac58c3512920943b42b Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Wed, 4 Sep 2019 01:13:22 +0200 Subject: [PATCH] style(spec): remove empty lines --- test/integration/default/controls/package_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/default/controls/package_spec.rb b/test/integration/default/controls/package_spec.rb index b296f4c..6fdeb6e 100644 --- a/test/integration/default/controls/package_spec.rb +++ b/test/integration/default/controls/package_spec.rb @@ -1,8 +1,6 @@ control 'Php package' do title 'should be installed' - - def test_debian describe package('php-imagick') do it { should be_installed }