Skip to content

Commit

Permalink
Merge branch 'master' into remove-spec-const-redefines
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed May 11, 2018
2 parents 11b7d9f + 483172b commit 4325745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@

Bugsnag.notify 'yo'

Process.fork do
pid = Process.fork do
Bugsnag.notify 'yo too'
end
Process.wait
Process.wait(pid)

expect(queue.length).to eq(2)
end
Expand Down

0 comments on commit 4325745

Please sign in to comment.