RiotGamesMinions / thor-scmversion

Thor tasks to manage a VERSION file based on SCM tags
MIT License
58 stars 22 forks source link

Any tricks to running rspec and cucumber tests? I'm getting 28 failures for rake spec with no changes #30

Open rberger opened 10 years ago

rberger commented 10 years ago

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?

rake spec output:
https://gist.github.com/rberger/7819800

rake features output:
https://gist.github.com/rberger/7819838