summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-06-07 22:01:01 -0700
committerAndre Arko <andre@arko.net>2015-06-07 22:01:01 -0700
commit2a73e2d450d179a31f8ba50ba32b1c9bf3db8930 (patch)
treeae615f0a713d023a566f8e46bfea7cbac1ed6138
parentb841dc3f928cb20d2ad5eb7c42e4b8451078df15 (diff)
downloadbundler-2a73e2d450d179a31f8ba50ba32b1c9bf3db8930.tar.gz
failing spec for native extensions output
-rw-r--r--spec/install/gems/native_extensions_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/install/gems/native_extensions_spec.rb b/spec/install/gems/native_extensions_spec.rb
index 1d78ac8ff7..5982afcc4a 100644
--- a/spec/install/gems/native_extensions_spec.rb
+++ b/spec/install/gems/native_extensions_spec.rb
@@ -40,6 +40,7 @@ describe "installing a gem with native extensions" do
bundle "config build.c_extension --with-c_extension=hello"
bundle "install"
+ expect(out).to include("Installing c_extension 1.0 with native extensions")
expect(out).not_to include("extconf.rb failed")
run "Bundler.require; puts CExtension.new.its_true"