We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2929d commit 2b58feeCopy full SHA for 2b58fee
spec/acceptance/ini_subsetting_spec.rb
@@ -120,7 +120,7 @@
120
MANIFEST
121
122
it 'applies the manifest twice' do
123
- run_shell("printf \"[one]\\nkey = alphabet betatrons\n\" > #{basedir}/ini_subsetting.ini", expect_failures: true)
+ run_shell("printf \"[one]\\nkey = alphabet betatrons\\n\" > #{basedir}/ini_subsetting.ini", expect_failures: true)
124
expect { idempotent_apply(pp) }.not_to raise_error
125
end
126
0 commit comments