Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Cant expand absolute path #190

Closed wallymathieu closed 8 years ago

wallymathieu commented 8 years ago

I've tested it on windows. Any idea on how to write a unit test for it?

wallymathieu commented 8 years ago

This should close #186 btw

haf commented 8 years ago

Yes, it's a stateless method, so just call it on an empty instance. Validate a path that's absolute yields an absolute path with the same prefix.

wallymathieu commented 8 years ago

D'oh! >< I've added the test. I got to hung up on the class having a context.

haf commented 8 years ago

Thank you!