File: paths_spec.rb

package info (click to toggle)
ruby-directory-watcher 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 224
  • sloc: ruby: 1,411; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require 'spec_helper'

describe DirectoryWatcher::Paths do
  it "has a libpath" do
    DirectoryWatcher.lib_path.should == File.expand_path( "../../lib", __FILE__) + ::File::SEPARATOR
  end
end