palkan / anyway_config

Configuration library for Ruby gems and applications
MIT License
778 stars 52 forks source link

Fix check of RSpec.configure presence. #60

Closed viktorchukhantsev closed 4 years ago

viktorchukhantsev commented 4 years ago

What is the purpose of this pull request?

Fix issue when RSpec.configure isn't defined yet, but the RSpec module already exists.

What changes did you make? (overview)

Just add an additional check that RSpec.configuration is defined.

Is there anything you'd like reviewers to focus on?

Checklist

viktorchukhantsev commented 4 years ago

@palkan I added all fixes. One check failed somewhere in Github Actions. Can you relaunch it?

palkan commented 4 years ago

Thanks!