Skip to content

Commit 69e7f24

Browse files
committed
Remove unneeded tests
1 parent f46310e commit 69e7f24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/spell_checker_test.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ def test_spell_checker_corrects_mistypes
1010
assert_spell 'eval', input: 'veal', dictionary: ['email', 'fail', 'eval']
1111
assert_spell 'sub!', input: 'suv!', dictionary: ['sub', 'gsub', 'sub!']
1212
assert_spell 'sub', input: 'suv', dictionary: ['sub', 'gsub', 'sub!']
13-
assert_spell 'nil', input: 'nol', dictionary: ['new', 'nil']
14-
assert_spell 'false', input: 'fals', dictionary: ['fail', 'false']
15-
assert_spell 'true', input: 'treu', dictionary: ['try', 'true']
1613

1714
assert_spell %w(gsub! gsub), input: 'gsuv!', dictionary: %w(sub gsub gsub!)
1815
assert_spell %w(sub! sub gsub!), input: 'ssub!', dictionary: %w(sub sub! gsub gsub!)

0 commit comments

Comments
 (0)