While switching workstations I ran into problems with a rails project I'm working on. Suddenly the rspec test suite failed with hundreds of errors.
The cause was an ArgumentException with the message "one hash required", thrown by the svenfuchs-i18n gem.
The solution was to downgrade from the 0.2.0 version of the gem to 0.1.3.
