Path	Lines of Code
apps/web/application.rb	61
apps/web/config/routes.rb	2
apps/web/controllers/books/create.rb	23
apps/web/controllers/books/index.rb	13
apps/web/controllers/books/new.rb	11
apps/web/controllers/home/index.rb	11
apps/web/templates/application.html.erb	11
apps/web/templates/books/create.html.erb	1
apps/web/templates/books/index.html.erb	14
apps/web/templates/books/new.html.erb	26
apps/web/templates/home/index.html.erb	1
apps/web/views/application_layout.rb	7
apps/web/views/books/create.rb	10
apps/web/views/books/index.rb	9
apps/web/views/books/new.rb	9
apps/web/views/home/index.rb	9
config.ru	2
config/boot.rb	2
config/environment.rb	26
db/migrations/20161221192608_create_books.rb	11
lib/bookshelf.rb	1
lib/bookshelf/entities/book.rb	2
lib/bookshelf/repositories/book_repository.rb	2
spec/bookshelf/entities/book_spec.rb	7
spec/bookshelf/repositories/book_repository_spec.rb	3
spec/features_helper.rb	8
spec/spec_helper.rb	25
spec/support/capybara.rb	8
spec/web/controllers/books/create_spec.rb	34
spec/web/controllers/books/index_spec.rb	17
spec/web/controllers/books/new_spec.rb	8
spec/web/features/add_book_spec.rb	26
spec/web/features/list_books_spec.rb	16
spec/web/features/visit_home_spec.rb	7
spec/web/views/books/create_spec.rb	9
spec/web/views/books/index_spec.rb	27
spec/web/views/books/new_spec.rb	12
