Sha256: baf2ee947b4351febde5051f674fce4f1168c641b940fe644735cc0cb5080a48
Contents?: true
Size: 419 Bytes
Versions: 1
Compression:
Stored size: 419 Bytes
Contents
require 'spec_helper' describe Stickler::Paths do it "can access the root dir of the project" do Stickler::Paths.root_dir.should == File.expand_path( File.join( File.dirname( __FILE__ ), ".." ) ) + ::File::SEPARATOR end it "can access the lib path of the project" do Stickler::Paths.lib_path.should == File.expand_path( File.join( File.dirname( __FILE__ ), "..", "lib" ) ) + ::File::SEPARATOR end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stickler-2.3.0 | spec/paths_spec.rb |