spec/spec.sane.rb in sane-0.21.0 vs spec/spec.sane.rb in sane-0.21.2
- old
+ new
@@ -152,7 +152,11 @@
end
it "should be able to require from a subdir" do
require_relative 'subdir/go.rb'
end
-
+
+ it "should have a File.home method" do
+ assert File.home == File.expand_path('~')
+ end
+
end