From 999bc7a2abd412ce9e842d2379ad63ec39fd597c Mon Sep 17 00:00:00 2001 From: dallinb Date: Fri, 20 Nov 2015 07:45:57 +0000 Subject: [PATCH] This release will not be making changes requiring a refresh. --- spec/acceptance/cassandra_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/acceptance/cassandra_spec.rb b/spec/acceptance/cassandra_spec.rb index 17b758693..551bdfb96 100644 --- a/spec/acceptance/cassandra_spec.rb +++ b/spec/acceptance/cassandra_spec.rb @@ -159,9 +159,9 @@ class { 'cassandra': shell("puppet module install locp-cassandra", :acceptable_exit_codes => 0) end - it 'Check install works with changes with previous module version.' do + it 'Check install works without changes with previous module version.' do expect(apply_manifest(check_against_previous_version_pp, - :catch_failures => true).exit_code).to_not be_zero + :catch_failures => true).exit_code).to be_zero end end end