Advertisement
sas2job

Untitled

Apr 19th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. $ docker-compose run --rm ruby bash -c 'bundle exec rake test'
  2. Creating study_ruby_run ... done
  3. ["test/exercise/arrays/test.rb", "test/exercise/fp/test.rb", "test/exercise/fp2/test.rb", "test/exercise/rackup/test.rb"]
  4. DEPRECATION WARNING: The factory_girl gem is deprecated. Please upgrade to factory_bot. See https://github.com/thoughtbot/factory_bot/blob/v4.9.0/UPGRADE_FROM_FACTORY_GIRL.md for further instructions. (called from require at /apps/study/test/test_helper.rb:2)
  5. [Coveralls] Set up the SimpleCov formatter.
  6. [Coveralls] Using SimpleCov's default settings.
  7. Loaded suite /bundle_cache/ruby/2.7.0/gems/rake-13.0.1/lib/rake/rake_test_loader
  8. Started
  9. O
  10. ================================================================================================================================================================================
  11. /apps/study/test/exercise/rackup/test.rb:36:in `test_it_handles_404'
  12. Omission: omitted. [test_it_handles_404(RackTest)]
  13. ================================================================================================================================================================================
  14. O
  15. ================================================================================================================================================================================
  16. /apps/study/test/exercise/rackup/test.rb:18:in `test_it_pongs'
  17. Omission: omitted. [test_it_pongs(RackTest)]
  18. ================================================================================================================================================================================
  19. O
  20. ================================================================================================================================================================================
  21. /apps/study/test/exercise/rackup/test.rb:27:in `test_it_says_bye'
  22. Omission: omitted. [test_it_says_bye(RackTest)]
  23. ================================================================================================================================================================================
  24. O
  25. ================================================================================================================================================================================
  26. /apps/study/test/exercise/rackup/test.rb:9:in `test_it_says_hello_world'
  27. Omission: omitted. [test_it_says_hello_world(RackTest)]
  28. ================================================================================================================================================================================
  29.  
  30. Finished in 0.00231079 seconds.
  31. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  32. 4 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, 4 omissions, 0 notifications
  33. 0% passed
  34. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  35. 1731.01 tests/s, 0.00 assertions/s
  36. [Coveralls] Outside the CI environment, not sending data.
  37. Run options: --seed 19762
  38.  
  39. # Running:
  40.  
  41. SFSSSSSS
  42.  
  43. Finished in 0.002451s, 3264.3202 runs/s, 408.0400 assertions/s.
  44.  
  45. 1) Failure:
  46. Exercise::ArraysTest#test_replace [/apps/study/test/exercise/arrays/test.rb:11]:
  47. Expected false to be truthy.
  48.  
  49. 8 runs, 1 assertions, 1 failures, 0 errors, 7 skips
  50.  
  51. You have skipped tests. Run with --verbose for details.
  52. rake aborted!
  53. Command failed with status (1)
  54. /bundle_cache/ruby/2.7.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
  55. /usr/local/bin/bundle:23:in `load'
  56. /usr/local/bin/bundle:23:in `<main>'
  57. Tasks: TOP => test
  58. (See full trace by running task with --trace)
  59. ERROR: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement