summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rb-inotify-0.11.1/spec/inotify_spec.rb
blob: b73ea3033f63a3f0def9ac4d318326ca50e23327 (plain)
1
2
3
4
5
6
7
8
9
require 'spec_helper'

describe INotify do
  describe "version" do
    it "exists" do
      expect(INotify::VERSION).to be_truthy
    end
  end
end