DEBSOURCES
Skip Quicknav
sources / ruby-rb-inotify / 0.10.1-2 / spec / inotify_spec.rb
123456789
require 'spec_helper' describe INotify do describe "version" do it "exists" do expect(INotify::VERSION).to be_truthy end end end