From 30a5311d733d54dd51f1ae0c16cdf8226d930c27 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Thu, 28 Aug 2014 17:53:11 -0700 Subject: [PATCH] Spec typo --- spec/acceptance/install_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/acceptance/install_spec.rb b/spec/acceptance/install_spec.rb index 299ae82..71e1799 100644 --- a/spec/acceptance/install_spec.rb +++ b/spec/acceptance/install_spec.rb @@ -94,11 +94,11 @@ end # C14704 # C14705 # C15006 -describe 'oracle', :if => ( +describe 'oracle', :if => (fact('operatingsystem') == 'Debian' and fact('operatingsystemrelease').match(/^7/)) or (fact('operatingsystem') == 'Ubuntu' and fact('operatingsystemrelease').match(/^12\.04/)) or (fact('operatingsystem') == 'Ubuntu' and fact('operatingsystemrelease').match(/^14\.04/)) -) do +do # not supported # The package is not available from any sources, but if a customer # custom-builds the package using java-package and adds it to a local