iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.63k stars 146 forks source link

test(custom_process): stub block_context in fork #271

Closed iberianpig closed 2 years ago

iberianpig commented 2 years ago

Fix the following error in Rspec

 NameError:
   undefined local variable or method `proctitle' for #<Object:0x0000556048b27b38>
 # ./lib/fusuma/custom_process.rb:12:in `block in fork'
 # ./lib/fusuma/custom_process.rb:11:in `fork'
 # ./spec/lib/custom_process_spec.rb:12:in `call'

Closes #272