diff --git a/spec/classes/elasticsearch_package_spec.rb b/spec/classes/elasticsearch_package_spec.rb index 9e96ec9..85c4ea3 100644 --- a/spec/classes/elasticsearch_package_spec.rb +++ b/spec/classes/elasticsearch_package_spec.rb @@ -6,6 +6,6 @@ it do should contain_homebrew__formula("elasticsearch") - should contain_package("boxen/brews/elasticsearch").with_ensure("0.90.5-boxen1") + should contain_package("boxen/brews/elasticsearch").with_ensure("1.1.1-boxen1") end end