spec/spec.sane.rb in sane-0.16.0 vs spec/spec.sane.rb in sane-0.16.1
- old
+ new
@@ -21,9 +21,13 @@
assert(File.binread(filename) == "abc\r\n") # it should have written it out *not* in binary mode
end
File.delete filename
end
+ it "should have __dir__ too" do
+ __dir__.should_not be_nil
+ end
+
class A
def go; 3; end
end
it "should have a singleton_class method" do