Navigation Menu

Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 26, 2015
1 parent 3a315cf commit 2384daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/command/test-table-tokenize.rb
Expand Up @@ -35,7 +35,7 @@ def test_ordered_arguments
flags,
mode,
]
command = tokenize_command({}, ordered_arguments)
command = table_tokenize_command({}, ordered_arguments)
assert_equal({
:table => table,
:string => string,
Expand Down Expand Up @@ -85,7 +85,7 @@ def test_space_separator

def test_spaces_around_separator
flags = "NONE | ENABLE_TOKENIZED_DELIMITER"
command = table_tokenize_command(:flags => flag)
command = table_tokenize_command(:flags => flags)
assert_equal(["NONE", "ENABLE_TOKENIZED_DELIMITER"], command.flags)
end
end
Expand Down

0 comments on commit 2384daf

Please sign in to comment.