nicojensen.de/vendor/bundle/gems/rb-inotify-0.10.0/spec/inotify_spec.rb
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

9 lines
148 B
Ruby

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