[DRE-commits] [ruby-listen] 10/30: added linux.rb and directory_record_spec.rb

Markus Tornow nadir-guest at alioth.debian.org
Mon Oct 7 19:25:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

nadir-guest pushed a commit to branch master
in repository ruby-listen.

commit e409e236c6ce33f355d4321eef21eb347c1eb26a
Author: markus tornow <tornow at riseup.net>
Date:   Thu Nov 15 18:47:59 2012 +0100

    added linux.rb and directory_record_spec.rb
---
 lib/listen/adapters/linux.rb         |    3 ++-
 spec/listen/directory_record_spec.rb |    3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/listen/adapters/linux.rb b/lib/listen/adapters/linux.rb
index bb12a0b..535f59d 100644
--- a/lib/listen/adapters/linux.rb
+++ b/lib/listen/adapters/linux.rb
@@ -7,7 +7,8 @@ module Listen
       extend DependencyManager
 
       # Declare the adapter's dependencies
-      dependency 'rb-inotify', '~> 0.8.8'
+      #dependency 'rb-inotify', '~> 0.8.8'
+      require 'rb-inotify' 
 
       # Watched inotify events
       #
diff --git a/spec/listen/directory_record_spec.rb b/spec/listen/directory_record_spec.rb
index c76e9dd..12ebdef 100644
--- a/spec/listen/directory_record_spec.rb
+++ b/spec/listen/directory_record_spec.rb
@@ -422,6 +422,9 @@ describe Listen::DirectoryRecord do
           end
 
           it "doesn't detects the modified file the second time if the content haven't changed" do
+    
+            pending 'See https://github.com/guard/listen/issues/55#issuecomment-7238619'
+
             fixtures do |path|
               touch 'existing_file.txt'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-listen.git



More information about the Pkg-ruby-extras-commits mailing list