srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Capybara specs are failing some time on goldberg #155

Closed sivagollapalli closed 11 years ago

sivagollapalli commented 11 years ago

I am using headless gem to run my request specifications on goldberg. When I run specs on my local system all are passes. When it runs by the goldberg some request specs are failing. I didn't understand why it happens? Is this problem with goldberg or headless gem. Could you please help me?

srushti commented 11 years ago

This is not likely to have anything to do with Goldberg. If it's failing on your CI server, it will probably fail if you run the same command (as the one you have Goldberg running) all by itself. Try running it on the CI server itself but from the shell rather than through Goldberg and see what happens. Goldberg doesn't do anything more special than run the build command in a shell, so it won't be affecting anything to do with capybara specs.