summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-06-07 21:59:04 -0700
committerAndre Arko <andre@arko.net>2015-06-07 21:59:04 -0700
commitb841dc3f928cb20d2ad5eb7c42e4b8451078df15 (patch)
treeb0497db706975f818db42daf3b7bab54ccfb6811
parent26a81333510bd788abf543bcb7f8b06215552dc9 (diff)
downloadbundler-b841dc3f928cb20d2ad5eb7c42e4b8451078df15.tar.gz
rename c_ext_spec → native_extension_spec
I couldn’t find it :P
-rw-r--r--spec/install/gems/native_extensions_spec.rb (renamed from spec/install/gems/c_ext_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/c_ext_spec.rb b/spec/install/gems/native_extensions_spec.rb
index 6f9fe22b70..1d78ac8ff7 100644
--- a/spec/install/gems/c_ext_spec.rb
+++ b/spec/install/gems/native_extensions_spec.rb
@@ -1,6 +1,6 @@
require "spec_helper"
-describe "installing a gem with C extensions" do
+describe "installing a gem with native extensions" do
it "installs" do
build_repo2 do
build_gem "c_extension" do |s|