Fix whitespace
This commit is contained in:
parent
75164ba31a
commit
d6d8dbac47
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ RSpec.describe Mutant::Actor::Mailbox do
|
|||
let(:condition_variable) { double('Mutex') }
|
||||
|
||||
before do
|
||||
allow(Mutex).to receive(:new).and_return(mutex)
|
||||
allow(Mutex).to receive(:new).and_return(mutex)
|
||||
allow(ConditionVariable).to receive(:new).and_return(condition_variable)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue