Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Renamed the spec for signal
Browse files Browse the repository at this point in the history
  • Loading branch information
asutoshpalai committed Jun 28, 2016
1 parent 0bff778 commit 5fcd26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/commands/exec_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def bin_path(a,b,c)
it_behaves_like "it runs"
end

context "accepts the INT signal" do
context "signals being trapped by bundler" do
let(:executable) { strip_whitespace <<-RUBY }
#{shebang}
begin
Expand All @@ -560,7 +560,7 @@ def bin_path(a,b,c)
end
RUBY

it do
it "receives the signal" do
skip "popen3 doesn't provide a way to get pid " unless RUBY_VERSION >= "1.9.3"

bundle("exec #{path}") do |_, o, thr|
Expand Down

0 comments on commit 5fcd26d

Please sign in to comment.