Skip to content

Commit

Permalink
rakefile is ok and tests are working again
Browse files Browse the repository at this point in the history
  • Loading branch information
jraiford1 committed Sep 4, 2011
1 parent b75dc50 commit 7538244
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -22,7 +22,7 @@ task :test => :build
desc "Run all the tests"
Rake::TestTask.new do |t|
t.libs << "tests"
t.libs << "ext"
t.libs << "lib"
t.test_files = FileList['tests/test_*.rb']
t.verbose = true
end
Expand Down Expand Up @@ -81,4 +81,3 @@ def get_darcs_tree_version

"-" + tag + "." + count.to_s
end

2 changes: 0 additions & 2 deletions lib/inotify.rb
@@ -1,3 +1 @@
require 'inotify/inotify_native'
require 'inotify/thread'
require 'inotify/bitmask'
1 change: 1 addition & 0 deletions lib/inotify/inotify_native.rb
@@ -1,3 +1,4 @@
require 'rubygems'
require 'ffi'

module Inotify
Expand Down
File renamed without changes.

0 comments on commit 7538244

Please sign in to comment.