Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
text ->
test
  ^
  • Loading branch information
kou committed Jun 19, 2013
1 parent 49ce887 commit b47c150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-epub-document.rb
Expand Up @@ -11,15 +11,15 @@ def setup
@document = EPUBSearcher::EPUBDocument.new(epub_book)
end

def text_extract_author
def test_extract_author
assert_equal("groonga", @document.extract_author)
end

def test_extract_title
assert_equal("groongaについて", @document.extract_title)
end

def text_extract_xhtml_spine
def test_extract_xhtml_spine
assert_equal(["OEBPS/item0001.xhtml"], @document.extract_xhtml_spine)
end

Expand Down

0 comments on commit b47c150

Please sign in to comment.