Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yahonda/21e1f5f43819bf78a12de8c1d6cba466 to your computer and use it in GitHub Desktop.
Save yahonda/21e1f5f43819bf78a12de8c1d6cba466 to your computer and use it in GitHub Desktop.
$ 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