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

Ignore GEMRC variable for test suite #2837

Merged
1 commit merged into from Jul 21, 2019
Merged

Ignore GEMRC variable for test suite #2837

1 commit merged into from Jul 21, 2019

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jul 21, 2019

Description:

It affects some test case. When I use GEMRC with the test suite, I got the following error:

 1) Failure:
TestGemGemRunner#test_do_configuration [/Users/hsbt/Documents/github.com/ruby/ruby/test/rubygems/test_gem_gem_runner.rb:43]:
Expected: ["--commands"]
  Actual: ["--no-document"]

Tasks:

  • Describe the problem / feature
  • Write tests
  • Write code to solve the problem
  • Get code review from coworkers / friends

I will abide by the code of conduct.

@hsbt
Copy link
Member Author

hsbt commented Jul 21, 2019

@bundlerbot r+

ghost pushed a commit that referenced this pull request Jul 21, 2019
2837: Ignore GEMRC variable for test suite r=hsbt a=hsbt

# Description:

It affects some test case. When I use `GEMRC` with the test suite, I got the following error:

```
 1) Failure:
TestGemGemRunner#test_do_configuration [/Users/hsbt/Documents/github.com/ruby/ruby/test/rubygems/test_gem_gem_runner.rb:43]:
Expected: ["--commands"]
  Actual: ["--no-document"]
```
______________

# Tasks:

- [ ] Describe the problem / feature
- [ ] Write tests
- [ ] Write code to solve the problem
- [ ] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).


Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
@ghost
Copy link

ghost commented Jul 21, 2019

Build succeeded

@ghost ghost merged commit 4a0ca25 into master Jul 21, 2019
@ghost ghost deleted the ignore-gemrc branch July 21, 2019 03:05
@hsbt hsbt added this to the 3.0.5 milestone Aug 16, 2019
hsbt added a commit that referenced this pull request Aug 16, 2019
2837: Ignore GEMRC variable for test suite r=hsbt a=hsbt

# Description:

It affects some test case. When I use `GEMRC` with the test suite, I got the following error:

```
 1) Failure:
TestGemGemRunner#test_do_configuration [/Users/hsbt/Documents/github.com/ruby/ruby/test/rubygems/test_gem_gem_runner.rb:43]:
Expected: ["--commands"]
  Actual: ["--no-document"]
```
______________

# Tasks:

- [ ] Describe the problem / feature
- [ ] Write tests
- [ ] Write code to solve the problem
- [ ] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).


Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants