Ever since angular 1.3 hit bower (I think), the version spec of ">=1.2.*" causes angular 1.3.0 to be installed. However, package angular-socket-io still depends on "~1.2.6" causing a conflict.
During the generator tests, since bower cannot prompt the user for conflict resolution, no packages are installed, causing client tests to fail.