Skip to content

Commit 67f285b

Browse files
committed
Improve spec description from changelog
* See #175
1 parent 0c2fe01 commit 67f285b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/file/stat/ino_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
end
2929

3030
ruby_version_is "2.3" do
31-
it "returns the ino of a File::Stat object" do
31+
it "returns BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low of a File::Stat object" do
3232
st = File.stat(@file)
3333
st.ino.should be_kind_of(Integer)
3434
st.ino.should > 0

0 commit comments

Comments
 (0)