Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rberger opened this issue Dec 6, 2013 · 0 comments

Comments

@rberger
Copy link

rberger commented Dec 6, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant