You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I presume that something is not right in my setup, but I can not get the rspec to run without some errors. I'm running OS X 10.9 with current Xcode / commandline tools ruby 1.9.3p429 via rvm. I tried checking out tag 1.5.0 just to make sure I didn't catch the repo in some development state. I did do a bundle install
It did take a bit to set up a perforce server but eventually got it so that rake spec at least seemed to access the p4d server
But I got the eval and got it to work. Had to add perflax01 to the localhost line of my /etc/hosts:
127.0.0.1 localhost perflax01
But 28 failures in rake spec and 5 failed in rake features. Wondering if I'm missing something in preparing the test environment? Or is this expected behavior?
I presume that something is not right in my setup, but I can not get the rspec to run without some errors. I'm running OS X 10.9 with current Xcode / commandline tools ruby 1.9.3p429 via rvm. I tried checking out tag 1.5.0 just to make sure I didn't catch the repo in some development state. I did do a bundle install
It did take a bit to set up a perforce server but eventually got it so that rake spec at least seemed to access the p4d server
But I got the eval and got it to work. Had to add perflax01 to the localhost line of my /etc/hosts:
But 28 failures in rake spec and 5 failed in rake features. Wondering if I'm missing something in preparing the test environment? Or is this expected behavior?
rake spec output:
https://gist.github.com/rberger/7819800
rake features output:
https://gist.github.com/rberger/7819838
The text was updated successfully, but these errors were encountered: