spec/neovim/api_spec.rb in neovim-0.8.1 vs spec/neovim/api_spec.rb in neovim-0.9.0.pre.1
- old
+ new
@@ -1,9 +1,9 @@
require "helper"
module Neovim
RSpec.describe API do
- let(:client) { Neovim.attach_child(Support.child_argv) }
+ let(:client) { Support.persistent_client }
let(:api) do
API.new(
[
nil,