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

rake test fails #1

Closed
szabgab opened this issue Dec 19, 2022 · 1 comment
Closed

rake test fails #1

szabgab opened this issue Dec 19, 2022 · 1 comment

Comments

@szabgab
Copy link
Contributor

szabgab commented Dec 19, 2022

I cloned the repo and ran ./bin/setup and then rake test produced this error:

# rake test
/opt/lib/sshkit_ext.rb:10: warning: `*' interpreted as argument prefix
Run options: --seed 25767

# Running:

F.

Finished in 0.002839s, 704.3980 runs/s, 704.3980 assertions/s.

  1) Failure:
PrepperTest#test_it_does_something_useful [/opt/test/prepper_test.rb:9]:
Expected false to be truthy.

2 runs, 2 assertions, 1 failures, 0 errors, 0 skips
rake aborted!
Command failed with status (1)
/usr/share/rubygems-integration/all/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
Tasks: TOP => test
(See full trace by running task with --trace)
# ruby --version
ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux-gnu]
@gregmolnar
Copy link
Owner

There is 0 test coverage for this gem yet. This failing one is just the auto-generated one from bundle, I will remove it if I get some free time this week, I will start adding tests.
Thanks for the report!

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

No branches or pull requests

2 participants