Skip to content

Commit 4375d76

Browse files
author
Ashley Penney
committed
Merge pull request #521 from apenney/fix-eq-tests
Fix test so it doesn't fail on deprecation warnings.
2 parents 5f86105 + 8f73cfc commit 4375d76

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

spec/acceptance/mysql_backup_spec.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ class { 'mysql::server::backup':
3333
}
3434
EOS
3535

36-
apply_manifest(pp, :catch_failures => true) do |r|
37-
expect(r.stderr).to eq("")
38-
end
39-
apply_manifest(pp, :catch_failures => true) do |r|
40-
expect(r.stderr).to eq("")
41-
end
36+
apply_manifest(pp, :catch_failures => true)
37+
apply_manifest(pp, :catch_failures => true)
4238
end
4339
end
4440

0 commit comments

Comments
 (0)