Skip to content

Commit

Permalink
Improve spec description from changelog
Browse files Browse the repository at this point in the history
* See #175
  • Loading branch information
eregon committed Oct 12, 2016
1 parent 0c2fe01 commit 67f285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/file/stat/ino_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
end

ruby_version_is "2.3" do
it "returns the ino of a File::Stat object" do
it "returns BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low of a File::Stat object" do
st = File.stat(@file)
st.ino.should be_kind_of(Integer)
st.ino.should > 0
Expand Down

0 comments on commit 67f285b

Please sign in to comment.