Skip to content

Commit

Permalink
rspec formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thejambavan committed Nov 10, 2023
1 parent 75f2e7c commit 8453017
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions spec/classes/redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1690,15 +1690,15 @@ class { 'redis':
it { is_expected.to contain_file(config_file_orig).with('content' => %r{^rdb-save-incremental-fsync yes$}) }
end

describe 'test rdb-save-incremental-fsync disabled for redis6' do
let(:params) do
{
rdb_save_incremental_fsync: false,
}
end
it { is_expected.to contain_file(config_file_orig).with('content' => %r{^rdb-save-incremental-fsync no$}) }
end
describe 'test rdb-save-incremental-fsync disabled for redis6' do
let(:params) do
{
rdb_save_incremental_fsync: false,
}
end

it { is_expected.to contain_file(config_file_orig).with('content' => %r{^rdb-save-incremental-fsync no$}) }
end


Check failure on line 1703 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Layout/EmptyLines: Extra blank line detected. (https://rubystyle.guide#two-or-more-empty-lines)

Check failure on line 1704 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Layout/EmptyLines: Extra blank line detected. (https://rubystyle.guide#two-or-more-empty-lines)
Expand Down

0 comments on commit 8453017

Please sign in to comment.