redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

Bug in environments without HOME #76

Closed tpett closed 13 years ago

tpett commented 13 years ago

Assert seems to fail hard when it can't find the HOME environment variable. Since this not a critical action it should simply skip importing of user preferences. Likely, Assert is not checking for HOME at all but the path is being converted by Ruby internals which is probably halting when it can't find HOME.

couldn't find HOME environment -- expanding `~/.assert/options'