summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-09 16:40:22 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-23 13:59:26 -0300
commit468dc32dd5a2ca218e2611f5bc5ecd4ae1033dd7 (patch)
tree35a2beffba065f0f87b3e5b669bde3c42569be53
parent3ef4ffa82d6b5e5bf283a76858c7569ad2eb732b (diff)
downloadbundler-468dc32dd5a2ca218e2611f5bc5ecd4ae1033dd7.tar.gz
Fix TODO note
-rw-r--r--spec/runtime/setup_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb
index 5070bffaff..4cc6264fa9 100644
--- a/spec/runtime/setup_spec.rb
+++ b/spec/runtime/setup_spec.rb
@@ -1329,9 +1329,6 @@ end
end
it "activates no gems with bundle exec that is loaded" do
- # TODO: remove once https://github.com/erikhuda/thor/pull/539 is released
- exemptions << "io-console"
-
install_gemfile! ""
create_file("script.rb", "#!/usr/bin/env ruby\n\n#{code}")
FileUtils.chmod(0o777, bundled_app("script.rb"))