Closed myzeprog closed 6 years ago
@myzeprog looking past the other errors that Travis surfaced, the tests for this repo are still looking for a license.txt
file, you'll need to update the tests accordingly.
4) Error:
TestClient#test_license_date_is_updated:
Errno::ENOENT: No such file or directory @ rb_sysopen - LICENSE.txt
/home/travis/build/sendgrid/ruby-http-client/test/test_ruby_http_client.rb:253:in `read'
/home/travis/build/sendgrid/ruby-http-client/test/test_ruby_http_client.rb:253:in `test_license_date_is_updated'
you can test locally by running bundle exec rake test
@myzeprog looking past the other errors that Travis surfaced, the tests for this repo are still looking for a
license.txt
file, you'll need to update the tests accordingly.4) Error: TestClient#test_license_date_is_updated: Errno::ENOENT: No such file or directory @ rb_sysopen - LICENSE.txt /home/travis/build/sendgrid/ruby-http-client/test/test_ruby_http_client.rb:253:in `read' /home/travis/build/sendgrid/ruby-http-client/test/test_ruby_http_client.rb:253:in `test_license_date_is_updated'
you can test locally by running
bundle exec rake test
I updated this test, thanks
Hello @myzeprog,
Thanks again for the PR!
It's HACKTOBERFEST! We want to show our appreciation by sending you some special Hacktoberfest swag. If you have not already, could you please fill out this form so we can send it to you? Thanks!
Team SendGrid DX
Sorry @myzeprog,
I fixed this before seeing your PR. As you can see, I still gave you Hacktoberfest credit :)
Fixes
Checklist
Short description of what this PR does:
If you have questions, please send an email to Sendgrid, or file a Github Issue in this repository.