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
The odd thing is, previously we were loading gems from a jar file, and that was working. Now I'm trying to move towards using bundler directly (less hacks), but it seems like it's failing to find things which it was previously finding.
The text was updated successfully, but these errors were encountered:
For our Gemfile:
I get an error from RSpec:
It seems like RSpec has seen the "RSpec3" module name, and assumed that this would be in an "r_spec3" folder, but it is actually in "rspec3".
I tried to work around this by explicitly doing this:
But this doesn't seem to change things.
Full command-line, in case it matters...
The odd thing is, previously we were loading gems from a jar file, and that was working. Now I'm trying to move towards using bundler directly (less hacks), but it seems like it's failing to find things which it was previously finding.
The text was updated successfully, but these errors were encountered: