Project

General

Profile

« Previous | Next » 

Revision b15f8c9d

Added by Ewoud Kohl van Wijngaarden over 2 years ago

Clean up coding style in spec tests

This strips trailing whitespace and shortens the syntax.

View differences:

spec/classes/foreman_proxy_content_spec.rb
end
end
context 'enabling disabled by default content types' do
let(:params) do
context 'enabling disabled by default content types' do
let(:params) do
{
enable_ostree: true
}
end
it { is_expected.to compile.with_all_deps }
it do
is_expected.to contain_class('pulpcore::plugin::ostree')
end
it { is_expected.to contain_class('pulpcore::plugin::ostree') }
end
context 'with external postgres' do

Also available in: Unified diff