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
I got some tests failed with MRI 2.7:
25 runs, 71 assertions, 5 failures, 5 errors, 0 skips Focus on failing tests: ruby test/endpoint_test.rb -l 435 ruby test/endpoint_test.rb -l 494 ruby test/endpoint_test.rb -l 19 ruby test/endpoint_test.rb -l 48 ruby test/endpoint_test.rb -l 83 ruby test/endpoint_test.rb -l 115 ruby test/docs/controller_test.rb -l 272 ruby test/docs/controller_test.rb -l 267 ruby test/adapter/representable_test.rb -l 4 ruby test/docs/endpoint_test.rb -l 22 rake aborted! Command failed with status (1): [ruby -w -I"lib:test" /home/me/.gem/ruby/2.7.2/gems/rake-13.0.3/lib/rake/rake_test_loader.rb "test/endpoint_test.rb" "test/docs/controller_test.rb" "test/docs/endpoint_test.rb" "test/adapter/api_test.rb" "test/adapter/representable_test.rb" "test/adapter/web_test.rb" "test/config_test.rb" ] /home/me/.gem/ruby/2.7.2/gems/rake-13.0.3/exe/rake:27:in `<top (required)>' /home/me/.rubies/2.7.2/bin/bundle:23:in `load' /home/me/.rubies/2.7.2/bin/bundle:23:in `<main>' Tasks: TOP => default => test (See full trace by running task with --trace)
Steps to reproduce:
git clone https://github.com/trailblazer/trailblazer-endpoint && cd trailblazer-endpoint
bundle
bundle exec rake
The text was updated successfully, but these errors were encountered:
Hi @ch1c0t, I currently only run the test/rails-app suite, this gem still needs unit tests. Thanks for reminding me!
test/rails-app
Sorry, something went wrong.
No branches or pull requests
I got some tests failed with MRI 2.7:
Steps to reproduce:
git clone https://github.com/trailblazer/trailblazer-endpoint && cd trailblazer-endpoint
bundle
bundle exec rake
The text was updated successfully, but these errors were encountered: