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

minitest missing from development dependencies #79

Closed
kplimack opened this issue Oct 3, 2018 · 0 comments · Fixed by #80
Closed

minitest missing from development dependencies #79

kplimack opened this issue Oct 3, 2018 · 0 comments · Fixed by #80
Labels
difficulty: medium fix is medium in difficulty status: work in progress Twilio or the community is in the process of implementing type: twilio enhancement feature request on Twilio's roadmap

Comments

@kplimack
Copy link
Contributor

kplimack commented Oct 3, 2018

Issue Summary

Minitest is required for running the tests, but it is missing from the gemspec which defines the dependencies for the peoject.

Steps to Reproduce

bundle exec rake test
bundle exec rake test                                                                                                                                             (operations@staging_mdw1/operations)
/Users/jplimack/repos/ruby-http-client/test/test_ruby_http_client.rb:3:in `require': cannot load such file -- minitest/autorun (LoadError)
	from /Users/jplimack/repos/ruby-http-client/test/test_ruby_http_client.rb:3:in `<top (required)>'
	from /Users/jplimack/repos/ruby-http-client/vendor/ruby/2.3.0/gems/rake-0.9.6/lib/rake/rake_test_loader.rb:10:in `require'
	from /Users/jplimack/repos/ruby-http-client/vendor/ruby/2.3.0/gems/rake-0.9.6/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
	from /Users/jplimack/repos/ruby-http-client/vendor/ruby/2.3.0/gems/rake-0.9.6/lib/rake/rake_test_loader.rb:9:in `each'
	from /Users/jplimack/repos/ruby-http-client/vendor/ruby/2.3.0/gems/rake-0.9.6/lib/rake/rake_test_loader.rb:9:in `block in <main>'
	from /Users/jplimack/repos/ruby-http-client/vendor/ruby/2.3.0/gems/rake-0.9.6/lib/rake/rake_test_loader.rb:4:in `select'
	from /Users/jplimack/repos/ruby-http-client/vendor/ruby/2.3.0/gems/rake-0.9.6/lib/rake/rake_test_loader.rb:4:in `<main>'
rake aborted!
Command failed with status (1): [ruby -I"lib:test" -I"/Users/jplimack/repos/ruby-http-client/vendor/ruby/2.3.0/gems/rake-0.9.6/lib" "/Users/jplimack/repos/ruby-http-client/vendor/ruby/2.3.0/gems/rake-0.9.6/lib/rake/rake_test_loader.rb" "test/test*.rb" ]

Tasks: TOP => test
(See full trace by running task with --trace)
@thinkingserious thinkingserious added status: work in progress Twilio or the community is in the process of implementing difficulty: medium fix is medium in difficulty hacktoberfest type: twilio enhancement feature request on Twilio's roadmap labels Oct 3, 2018
thinkingserious added a commit that referenced this issue Oct 5, 2018
Missing Dev Dependencies + rubocop  #79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: medium fix is medium in difficulty status: work in progress Twilio or the community is in the process of implementing type: twilio enhancement feature request on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants