summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-07 17:10:34 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-23 13:59:26 -0300
commitd9ac14e876be949464311eac58c2f56aea0a8355 (patch)
treecc2951675df5eda8b5c8dcf4de9765a5dc14b8de
parent468dc32dd5a2ca218e2611f5bc5ecd4ae1033dd7 (diff)
downloadbundler-d9ac14e876be949464311eac58c2f56aea0a8355.tar.gz
-rw-r--r--spec/runtime/setup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb
index 4cc6264fa9..45d180601a 100644
--- a/spec/runtime/setup_spec.rb
+++ b/spec/runtime/setup_spec.rb
@@ -827,7 +827,7 @@ end
it "should clean $LOAD_PATH properly" do
gem_name = "very_simple_binary"
full_gem_name = gem_name + "-1.0"
- ext_dir = File.join(tmp("extenstions", full_gem_name))
+ ext_dir = File.join(tmp("extensions", full_gem_name))
install_gem full_gem_name