Skip to content

Commit

Permalink
add solaris platform list.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-d authored and adamedx committed Aug 4, 2013
1 parent 633274d commit 73be8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/functional/resource/cron_spec.rb
Expand Up @@ -83,7 +83,7 @@ def cron_should_not_exists(cron_name)
end
end

exclude_solaris = ohai[:platform] == "solaris"
exclude_solaris = ["solaris", "opensolaris", "solaris2", "omnios"].include?(ohai[:platform])
describe "create action with various attributes", :external => exclude_solaris do
def create_and_validate_with_attribute(resource, attribute, value)
if ohai[:platform] == 'aix'
Expand Down

0 comments on commit 73be8d2

Please sign in to comment.