rf-web/vendor/bundle/gems/rb-inotify-0.10.0/spec/inotify_spec.rb

10 lines
148 B
Ruby
Raw Normal View History

2019-10-21 08:18:17 +00:00
require 'spec_helper'
describe INotify do
describe "version" do
it "exists" do
expect(INotify::VERSION).to be_truthy
end
end
end