summaryrefslogtreecommitdiff
path: root/spec/install/gems/native_extensions_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gems/native_extensions_spec.rb')
-rw-r--r--spec/install/gems/native_extensions_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/native_extensions_spec.rb b/spec/install/gems/native_extensions_spec.rb
index 7a43252f84..8cf7b7dc6a 100644
--- a/spec/install/gems/native_extensions_spec.rb
+++ b/spec/install/gems/native_extensions_spec.rb
@@ -76,7 +76,7 @@ RSpec.describe "installing a gem with native extensions", :ruby_repo do
C
end
- bundle! "config build.c_extension --with-c_extension=hello"
+ bundle! "config set build.c_extension --with-c_extension=hello"
install_gemfile! <<-G
gem "c_extension", :git => #{lib_path("c_extension-1.0").to_s.dump}