-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
rake install fails with gemspecs error #191
Comments
I just cloned this and in android_tests dir BTW. |
try |
No progress. bundle update also gave the same error. I went up one dir and tried bundle update there, it worked there but coming back to android_tests folder and running rake install gave the same error back |
Should be fixed on master. |
I made some progress with this but I had to add Can I make a pull request? |
scratch above comment. |
Sauce labs env variables were being sticky and I had to restart my computer to get these tests going. Now they are running. I wish they discourage this ENV madness.. |
If you do:
then the empty env var will be detected as nil and the tests run locally. |
I pushed a fix which should help with this. |
Ruby 1.9 doesn't have the |
👍 |
I am trying to run tests on my machine Not to able to make sense of this error.
Do these install gems in a different location?
android_tests smalugu$ rake install --trace
** Invoke install (first_time)
** Execute install
bundle install
There are no gemspecs at /Users/smalugu/code/my-ruby_lib/android_tests.
The text was updated successfully, but these errors were encountered: