Skip to content

Commit

Permalink
minor fix on book_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
skoji committed Sep 5, 2012
1 parent 2f70c3f commit 34a5cf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/book_spec.rb
Expand Up @@ -4,7 +4,7 @@
describe GEPUB::Book do
context 'on creating new book' do
describe 'initialize' do
context 'with no parameter' do
context 'without parameter' do
it 'returns empty book' do
book = GEPUB::Book.new()
expect(book.path) .to eq('OEBPS/package.opf')
Expand Down Expand Up @@ -159,6 +159,8 @@
end
end
end
describe 'creator=' do
end
describe 'add_creator' do
end
describe 'creator' do
Expand Down

0 comments on commit 34a5cf5

Please sign in to comment.