mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed typo
This commit is contained in:
parent
3198e7abd7
commit
379a5ca539
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ChangeWordTest < Test::Unit::TestCase
|
|||
assert_match @cw.transposition(n - 1, +1), 'spec/services/anything_spce'
|
||||
assert_match @cw.transposition(4, +1), 'specs/ervices/anything_spec'
|
||||
assert_match @cw.transposition(4, -1), 'spe/cservices/anything_spec'
|
||||
assert_match @cw.transposition(21, -1), 'spec/services/anythign_spec'
|
||||
assert_match @cw.transposition(21, -1), 'spec/services/anything_spec'
|
||||
assert_match @cw.transposition(21, +1), 'spec/services/anythin_gspec'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue