Created
May 1, 2018 03:36
-
-
Save yahonda/427620b6f782855546559513d77a5f20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bundle exec ruby -w -Itest test/commands/server_test.rb | |
Run options: --seed 18561 | |
# Running: | |
...E | |
Error: | |
Rails::Command::ServerCommandTest#test_using_server_mistype: | |
RuntimeError: rails command failed (1): bin/rails server --using tin 2>&1 | |
NameError: uninitialized constant DidYouMean::SpellChecker | |
testcommands/server_test.rb:265:in `run_command' | |
testcommands/server_test.rb:32:in `test_using_server_mistype' | |
bin/rails test test/commands/server_test.rb:31 | |
........E | |
Error: | |
Rails::Command::ServerCommandTest#test_using_positional_argument_deprecation: | |
RuntimeError: rails command failed (1): bin/rails server tin 2>&1 | |
DEPRECATION WARNING: Passing the Rack server name as a regular argument is deprecated and will be removed in the next Rails version. Please, use the -u option instead. (called from new at /home/yahonda/.bundle/ruby/2.6.0/thor-006832ea3248/lib/thor.rb:383) | |
NameError: uninitialized constant DidYouMean::SpellChecker | |
testcommands/server_test.rb:265:in `run_command' | |
testcommands/server_test.rb:36:in `test_using_positional_argument_deprecation' | |
bin/rails test test/commands/server_test.rb:35 | |
............ | |
Finished in 0.350708s, 71.2844 runs/s, 122.6092 assertions/s. | |
25 runs, 43 assertions, 0 failures, 2 errors, 0 skips | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment