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

Fix calling rspec command in gems are outdated #857

Merged
merged 1 commit into from
Dec 2, 2020
Merged

Conversation

ShockwaveNN
Copy link
Contributor

For some reason in testing-onlyoffice project
watir 6.14.0 installed by default, but not the latest
6.17.0
This is not actual problem, but just a result of it
In that scenario rspec command cannot find some gems
and raise errors like those:

/root/RubymineProjects/TeamLab/Framework/TestInstance.rb:1:in `require': cannot load such file -- headless (LoadError)

But headless gem is installed

@ShockwaveNN ShockwaveNN added the bug label Dec 2, 2020
For some reason in `testing-onlyoffice` project
watir 6.14.0 installed by default, but not the latest
6.17.0
This is not actual problem, but just a result of it
In that scenario rspec command cannot find some gems
and raise errors like those:
```
/root/RubymineProjects/TeamLab/Framework/TestInstance.rb:1:in `require': cannot load such file -- headless (LoadError)
```
But headless gem is installed
@ShockwaveNN ShockwaveNN merged commit b940c6c into master Dec 2, 2020
@ShockwaveNN ShockwaveNN deleted the fix/call-rspec branch December 2, 2020 08:50
ShockwaveNN added a commit to ONLYOFFICE-QA/testing-api.onlyoffice.com that referenced this pull request Dec 4, 2020
This gem is required for correct run of tests, since this change:
ONLYOFFICE-QA/testing-wrata#857
ShockwaveNN added a commit to ONLYOFFICE-QA/testing-api.onlyoffice.com that referenced this pull request Dec 4, 2020
This gem is required for correct run of tests, since this change:
ONLYOFFICE-QA/testing-wrata#857
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant