Sha256: aa0e13ad7e8f5f7fc638c514afadc3b68ab9695bd99ec3bd8d100721c0fb6324

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

require 'spec_helper'

describe UV::FSEvent do
  let(:handle_name) { :fs_event }
  let(:loop) { double() }
  let(:pointer) { double() }
  subject { UV::FSEvent.new(loop, pointer) { |e, filename, type| } }

  it_behaves_like 'a handle'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uvrb-0.2.0 spec/uv/fs_event_spec.rb
uvrb-0.1.4 spec/uv/fs_event_spec.rb
uvrb-0.1.3 spec/uv/fs_event_spec.rb
uvrb-0.1.2 spec/uv/fs_event_spec.rb
uvrb-0.1.1 spec/uv/fs_event_spec.rb
uvrb-0.1.0 spec/uv/fs_event_spec.rb