Skip to content

Commit

Permalink
fix broken specs for puppet 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Aug 26, 2015
1 parent 8e73699 commit b20c433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/defines/gem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions spec/defines/plugin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{
:install_dir => '/usr/local/rbenv',
:latest => true,
:env => ['RUBY_CFLAGS=-O3 -march=native'],
}
end

Expand Down

0 comments on commit b20c433

Please sign in to comment.