blob: f2f5e3e3b76ee2f2e36ace0e90fc04e170b54885 [file] [log] [blame]
require 'spec_helper'
describe INotify do
describe "QueueOverflowError" do
it "exists" do
expect(INotify::QueueOverflowError).to be_truthy
end
end
end