Skip to content

Commit

Permalink
[temp]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jan 13, 2016
1 parent 6857ff8 commit e42b3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/notifier_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ def to_json(*)

expect(async_sender.has_workers?).to be_falsey
expect(airbrake.notify('bingo')).to be_nil

sleep 1

expect(async_sender.has_workers?).to be_truthy

expect(out.string).not_to match(/falling back to sync delivery/)
Expand Down

0 comments on commit e42b3f2

Please sign in to comment.