Created
May 1, 2018 03:35
-
-
Save yahonda/21e1f5f43819bf78a12de8c1d6cba466 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/command/spellchecker_test.rb | |
Run options: --seed 6453 | |
# Running: | |
E | |
Error: | |
Rails::Command::SpellcheckerTest#test_suggests_a_word_correction_from_dictionary: | |
NameError: uninitialized constant DidYouMean::SpellChecker | |
test/command/spellchecker_test.rb:8:in `block in <class:SpellcheckerTest>' | |
bin/rails test test/command/spellchecker_test.rb:7 | |
Finished in 0.001510s, 662.3407 runs/s, 0.0000 assertions/s. | |
1 runs, 0 assertions, 0 failures, 1 errors, 0 skips | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment