From b20c43300cb85d0655992a8223e1dc2fc1965a22 Mon Sep 17 00:00:00 2001 From: Justin Downing Date: Wed, 26 Aug 2015 17:05:26 -0400 Subject: [PATCH] fix broken specs for puppet 3.5.1 --- spec/defines/gem_spec.rb | 1 + spec/defines/plugin_spec.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/spec/defines/gem_spec.rb b/spec/defines/gem_spec.rb index 9943665..3a9704b 100644 --- a/spec/defines/gem_spec.rb +++ b/spec/defines/gem_spec.rb @@ -9,6 +9,7 @@ :install_dir => '/usr/local/rbenv', :version => '1.3.5', :ruby_version => '2.0.0-p247' + :env => ['RUBY_CFLAGS=-O3 -march=native'], } end diff --git a/spec/defines/plugin_spec.rb b/spec/defines/plugin_spec.rb index 427550a..1135898 100644 --- a/spec/defines/plugin_spec.rb +++ b/spec/defines/plugin_spec.rb @@ -8,6 +8,7 @@ { :install_dir => '/usr/local/rbenv', :latest => true, + :env => ['RUBY_CFLAGS=-O3 -march=native'], } end