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.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/install/gems/native_extensions_spec.rb b/spec/install/gems/native_extensions_spec.rb
index f27e0b10d5..c8252b81f1 100644
--- a/spec/install/gems/native_extensions_spec.rb
+++ b/spec/install/gems/native_extensions_spec.rb
@@ -83,7 +83,6 @@ RSpec.describe "installing a gem with native extensions" do
G
expect(out).not_to include("extconf.rb failed")
- expect(out).to include("Using c_extension 1.0")
run! "Bundler.require; puts CExtension.new.its_true"
expect(out).to eq("true")