-
Notifications
You must be signed in to change notification settings - Fork 115
Rspec 2 support #61
Comments
I'm working on cleaning up a lot of the integrations code (the top of that stacktrace is the file I'm working on). Do you have a sample spec that I could see to help give me an idea of how you're using the gem? |
Hey guys, we're having the exact same problem with this gem when trying to execute the 'rspec' command. We have a Rails app alongside a ruby application that uses selenium webdriver with the sauce_ruby gem. If we add the sauce_ruby gem to the test environment in the Rails Gemfile, we get the error described above. |
Is the sauce gem useable with Rspec 2 at all? |
I don't know why it wouldn't work, but I don't have a lot of good examples to work with yet :-/ Got some sample code I could look at? |
I tried to reproduce this with what I know about the RSpec integration, and have created a reproduction repository here which does not reproduce your issue. See the following transcript:
It should be mentioned that this is with RSpec 2.10.0. Does this reproduction case not look like your local set up? If not, what should be changed to reproduce this issue? |
I am seeing the same error the op saw. First time using the sauce gem. I also have rspec 2.10.0, although I am not including it directly, it's being pulled in by 'rspec-rails'. However, the approach you list of By googling around, it seems that similar errors have been due to include/require collisions. |
I believe I've deprecated the |
With the addition of peripheral gems in the 2.1 release, I think it now makes sense to create a I may or may not create a separate ticket for that, but either way, I'd like to throw the old (bad) RSpec support out the window entirely and start fresh! |
I've created a new ticket (#91) to track the work on creating a new I don't think GitHub allows you to add yourself as a watcher to a ticket without commenting on it, so please add a silly comment to #91 to track its progress :) |
@rtyler that was true until recently. Under the comment area you can see a dropdown for thread notifications and subscribe to tickets without commenting. |
I am getting this error
The stack trace seems to indicate tour gem do es not work for rspec 2 am i right?
The text was updated successfully, but these errors were encountered: