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

Add/Remove require #33078

Merged
merged 2 commits into from
Jun 9, 2018
Merged

Add/Remove require #33078

merged 2 commits into from
Jun 9, 2018

Conversation

bogdanvlviv
Copy link
Contributor

Remove unused require

  • activesupport/multibyte_normalization_conformance_test.rb
    fileutils, tmpdir, and open-uri are unused since c245ca3, c245ca3, and 7d7c2d1 in accordance.

  • activesupport/test/multibyte_conformance_test.rb
    tmpdir, and open-uri are unused since c245ca3, and 7d7c2d1 in accordance.
    Remove using of fileutils since c245ca3.

  • activesupport/test/multibyte_grapheme_break_conformance_test.rb
    fileutils, tmpdir, and open-uri are unused since c245ca3, c245ca3, and 7d7c2d1 in accordance.

Add missing require

activesupport/test/logger_test.rb requires tmpdir.
activesupport/test/multibyte_test_helpers.rb requires filutils, open-uri, and tmpdir.

- `activesupport/multibyte_normalization_conformance_test.rb`
  `fileutils`, `tmpdir`, and `open-uri` are unused since
  c245ca3,
  c245ca3, and
  7d7c2d1 in accordance.

- `activesupport/test/multibyte_conformance_test.rb`
  `tmpdir`, and `open-uri` are unused since
  c245ca3, and
  7d7c2d1 in accordance.
  Remove using of `fileutils` since
  c245ca3.

- `activesupport/test/multibyte_grapheme_break_conformance_test.rb`
  `fileutils`, `tmpdir`, and `open-uri` are unused since
  c245ca3,
  c245ca3, and
  7d7c2d1 in accordance.
`activesupport/test/logger_test.rb` requires `tmpdir`.

`activesupport/test/multibyte_test_helpers.rb` requires
`filutils`, `open-uri`, and `tmpdir`.
@rails-bot
Copy link

r? @rafaelfranca

(@rails-bot has picked a reviewer for you, use r? to override)

@schneems
Copy link
Member

schneems commented Jun 7, 2018

One of the tests is failing on CI.

@bogdanvlviv
Copy link
Contributor Author

Hm, I'm seeing this kind of failure on master as well https://travis-ci.org/rails/rails/branches.

@bogdanvlviv
Copy link
Contributor Author

This failure should be temporary fixed by 691addb

@kamipo kamipo merged commit f4f9147 into rails:master Jun 9, 2018
@bogdanvlviv bogdanvlviv deleted the add-remove-require branch June 9, 2018 08:21
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

5 participants