Sha256: 9f0efbcfeb74c16f498ff44de3023702b07f0ee30aab739405e386163c3a0ae5
Contents?: true
Size: 418 Bytes
Versions: 29
Compression:
Stored size: 418 Bytes
Contents
require 'spec_helper' describe Hitimes::Paths do it "can access the root dir of the project" do Hitimes::Paths.root_dir.must_equal File.expand_path( File.join( File.dirname( __FILE__ ), ".." ) ) + ::File::SEPARATOR end it "can access the lib path of the project" do Hitimes::Paths.lib_path.must_equal File.expand_path( File.join( File.dirname( __FILE__ ), "..", "lib" ) ) + ::File::SEPARATOR end end
Version data entries
29 entries across 27 versions & 4 rubygems