File: inotify_spec.rb

package info (click to toggle)
ruby-rb-inotify 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: ruby: 451; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (4)
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