summaryrefslogtreecommitdiff
path: root/spec/install/gemfile/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gemfile/git_spec.rb')
-rw-r--r--spec/install/gemfile/git_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/install/gemfile/git_spec.rb b/spec/install/gemfile/git_spec.rb
index 4f24a0b162..577a13a1b5 100644
--- a/spec/install/gemfile/git_spec.rb
+++ b/spec/install/gemfile/git_spec.rb
@@ -70,7 +70,6 @@ describe "bundle install with git sources" do
end
it "sets up git gem executables on the path" do
- pending_jruby_shebang_fix
bundle "exec foobar"
expect(out).to eq("1.0")
end