Skip to content

Commit

Permalink
fixup! Add support for Path arguments to Dir methods
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Apr 22, 2020
1 parent ae73e68 commit b179b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/dir_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ describe "Dir" do
end
end

it ".current" do
pending_win32 ".current" do
Dir.current.should eq(`#{{{ flag?(:win32) ? "cd" : "pwd" }}}`.chomp)
end

Expand Down

0 comments on commit b179b95

Please sign in to comment.