We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Howdy, running the test suite (as at tag v10.4.1) produces one erroring test:
v10.4.1
1) Error: TestRakeTestTask#test_run_code_rake_default_gem: NoMethodError: undefined method `default_specifications_dir' for Gem::Specification:Class /home/mpalmer/src/forks/rake/git/test/test_rake_test_task.rb:101:in `test_run_code_rake_default_gem'
Looks like default_specifications_dir wasn't included in stdlib until Ruby 2.0.
default_specifications_dir
The text was updated successfully, but these errors were encountered:
fbbfdad
No branches or pull requests
Howdy, running the test suite (as at tag
v10.4.1
) produces one erroring test:Looks like
default_specifications_dir
wasn't included in stdlib until Ruby 2.0.The text was updated successfully, but these errors were encountered: