spec/paths_spec.rb in stickler-2.2.4 vs spec/paths_spec.rb in stickler-2.3.0
- old
+ new
@@ -1,7 +1,5 @@
-require File.expand_path( File.join( File.dirname( __FILE__ ), "spec_helper.rb" ) )
-
-require 'stickler/paths'
+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