Skip to content

Commit

Permalink
Install gitbook and test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Mar 6, 2016
1 parent bbdb1ed commit 184c923
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 54 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.Ulysses-Group.plist
*.marked
.DS_Store
_book
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ An ebook about pragmatic testing strategies. Click below to get the latest epub.
|[Techniques For Keeping Testing Code Sane](chapters/techniques_for_keeping_testing_code_sane.md)|2015-04-05|Words: 0|
|[Techniques For Testing Different Aspects Of The App](chapters/techniques_for_testing_different_aspects_of_the_app.md)|2015-04-05|Words: 0|
|[Test Driven Development](chapters/test_driven_development.md)|2015-04-05|Words: 0|
|[Testing Delegates](chapters/testing_delegates.md)||Words: 114|
|[Testing Migrations](chapters/testing_migrations.md)|2015-04-05|Words: 0|
|[Testing Terminology](chapters/testing_terminology.md)|2015-04-05|Words: 0|
|[Three Types Of Unit Tests](chapters/Three_Types_of_Unit_Tests.md)|2015-04-05|Words: 296|
Expand Down
55 changes: 55 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
### Summary

* [Chapters/What And Why Of The Book](chapters/what_and_why_of_the_book.md)
* [Chapters/What Is Xctest How Does It Work](chapters/what_is_xctest_how_does_it_work.md)
* [Chapters/How Can I Be Pragmatic With My Testing](chapters/how_can_i_be_pragmatic_with_my_testing.md)
* [Chapters/Types Of Testing](chapters/types_of_testing.md)
* [Chapters/Unit Testing](chapters/unit_testing.md)
* [Chapters/Behavior Testing](chapters/behavior_testing.md)
* [Chapters/Integration Testing](chapters/integration_testing.md)
* [Chapters/Useful Terminology](chapters/useful_terminology.md)
* [Chapters/Testing Terminology](chapters/testing_terminology.md)
* [Chapters/Di](chapters/di.md)
* [Chapters/Dependency Injection](chapters/dependency_injection.md)
* [Chapters/Stubs And Mocks](chapters/stubs_and_mocks.md)
* [Chapters/Fakes Plus Protocols ](chapters/fakes__plus_protocols_.md)
* [Chapters/Tooling For The Types Of Testing](chapters/tooling_for_the_types_of_testing.md)
* [Chapters/Unit Testing Specta And Kiwi ](chapters/unit_testing__specta_and_kiwi_.md)
* [Chapters/Three Types Of Unit Tests](chapters/Three_Types_of_Unit_Tests.md)
* [Chapters/Mocking And Stubbing Ocmock And Ocmockito ](chapters/mocking_and_stubbing__ocmock_and_ocmockito_.md)
* [Chapters/Network Stubbing Ohttp And Vcrurlconnection](chapters/network_stubbing__ohttp_and_vcrurlconnection.md)
* [Chapters/Getting Setup](chapters/getting_setup.md)
* [Chapters/How I Got Started](chapters/how_i_got_started.md)
* [Chapters/Starting A New Application And Using Tests](chapters/starting_a_new_application_and_using_tests.md)
* [Chapters/Introducing Tests Into An Existing Application](chapters/introducing_tests_into_an_existing_application.md)
* [Chapters/Developer Operations Aka Automation](chapters/developer_operations_aka_automation.md)
* [Chapters/Techniques For Keeping Testing Code Sane](chapters/techniques_for_keeping_testing_code_sane.md)
* [Chapters/Nested Before And After Usage](chapters/nested_before_and_after_usage.md)
* [Chapters/Creation Of App-Centric It Blocks](chapters/creation_of_app-centric_it_blocks.md)
* [Chapters/Fixtures And Factories](chapters/fixtures_and_factories.md)
* [Chapters/Networking In View Controllers Network Models](chapters/networking_in_view_controllers__network_models.md)
* [Chapters/Animations](chapters/animations.md)
* [Chapters/Techniques For Getting Around Async Testing](chapters/techniques_for_getting_around_async_testing.md)
* [Chapters/Dispatch Asyncs Ar Dispatch Etc](chapters/dispatch_asyncs__ar_dispatch_etc.md)
* [Chapters/Will And Xctest 6](chapters/will_and_xctest_6.md)
* [Chapters/Techniques For Testing Different Aspects Of The App](chapters/techniques_for_testing_different_aspects_of_the_app.md)
* [Chapters/Views Snapshots](chapters/views__snapshots.md)
* [Chapters/Scroll Views](chapters/scroll_views.md)
* [Chapters/User Interactions](chapters/user_interactions.md)
* [Chapters/Ipad And Iphone](chapters/ipad_and_iphone.md)
* [Chapters/Core Data](chapters/core_data.md)
* [Chapters/Assert On Accessing Main Context](chapters/assert_on_accessing_main_context.md)
* [Chapters/Stubbed Core Data Contexts](chapters/stubbed_core_data_contexts.md)
* [Chapters/Core Data Migrations](chapters/core_data_migrations.md)
* [Chapters/Making Libraries To Get Annoying Tests Out Of Your App](chapters/making_libraries_to_get_annoying_tests_out_of_your_app.md)
* [Chapters/Using Xcode Pragmatically](chapters/using_xcode_pragmatically.md)
* [Chapters/Improving Xcode](chapters/improving_xcode.md)
* [Chapters/Expanding On Specta And Expecta](chapters/expanding_on_specta_and_expecta.md)
* [Chapters/Test Driven Development](chapters/test_driven_development.md)
* [Chapters/Swift](chapters/swift.md)
* [Chapters/Books](chapters/books.md)
* [Chapters/Twitter Follows](chapters/twitter_follows.md)
* [Chapters/Recommended Websites](chapters/recommended_websites.md)
* [Chapters/Oss Testing In iOS](chapters/oss_testing_in_ios.md)
* [Chapters/Restkit Plus Afnetworking](chapters/restkit_plus_afnetworking.md)
* [Chapters/Moya And Eidolon](chapters/moya_and_eidolon.md)
File renamed without changes.
2 changes: 1 addition & 1 deletion generators/generate_gitbook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def create
body += "* [#{title}](#{path})\n"
end

File.open("gitbook_summary.md", 'w') { |f| f.write body }
File.open("SUMMARY.md", 'w') { |f| f.write body }
end
end
54 changes: 1 addition & 53 deletions gitbook_summary.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,3 @@
### Summary

* [Chapters/What And Why Of The Book](chapters/what_and_why_of_the_book.md)
* [Chapters/What Is Xctest How Does It Work](chapters/what_is_xctest_how_does_it_work.md)
* [Chapters/How Can I Be Pragmatic With My Testing](chapters/how_can_i_be_pragmatic_with_my_testing.md)
* [Chapters/Types Of Testing](chapters/types_of_testing.md)
* [Chapters/Unit Testing](chapters/unit_testing.md)
* [Chapters/Behavior Testing](chapters/behavior_testing.md)
* [Chapters/Integration Testing](chapters/integration_testing.md)
* [Chapters/Useful Terminology](chapters/useful_terminology.md)
* [Chapters/Testing Terminology](chapters/testing_terminology.md)
* [Chapters/Di](chapters/di.md)
* [Chapters/Dependency Injection](chapters/dependency_injection.md)
* [Chapters/Stubs And Mocks](chapters/stubs_and_mocks.md)
* [Chapters/Fakes Plus Protocols ](chapters/fakes__plus_protocols_.md)
* [Chapters/Tooling For The Types Of Testing](chapters/tooling_for_the_types_of_testing.md)
* [Chapters/Unit Testing Specta And Kiwi ](chapters/unit_testing__specta_and_kiwi_.md)
* [Chapters/Three Types Of Unit Tests](chapters/Three_Types_of_Unit_Tests.md)
* [Chapters/Mocking And Stubbing Ocmock And Ocmockito ](chapters/mocking_and_stubbing__ocmock_and_ocmockito_.md)
* [Chapters/Network Stubbing Ohttp And Vcrurlconnection](chapters/network_stubbing__ohttp_and_vcrurlconnection.md)
* [Chapters/Getting Setup](chapters/getting_setup.md)
* [Chapters/How I Got Started](chapters/how_i_got_started.md)
* [Chapters/Starting A New Application And Using Tests](chapters/starting_a_new_application_and_using_tests.md)
* [Chapters/Introducing Tests Into An Existing Application](chapters/introducing_tests_into_an_existing_application.md)
* [Chapters/Developer Operations Aka Automation](chapters/developer_operations_aka_automation.md)
* [Chapters/Techniques For Keeping Testing Code Sane](chapters/techniques_for_keeping_testing_code_sane.md)
* [Chapters/Nested Before And After Usage](chapters/nested_before_and_after_usage.md)
* [Chapters/Creation Of App-Centric It Blocks](chapters/creation_of_app-centric_it_blocks.md)
* [Chapters/Fixtures And Factories](chapters/fixtures_and_factories.md)
* [Chapters/Networking In View Controllers Network Models](chapters/networking_in_view_controllers__network_models.md)
* [Chapters/Animations](chapters/animations.md)
* [Chapters/Techniques For Getting Around Async Testing](chapters/techniques_for_getting_around_async_testing.md)
* [Chapters/Dispatch Asyncs Ar Dispatch Etc](chapters/dispatch_asyncs__ar_dispatch_etc.md)
* [Chapters/Will And Xctest 6](chapters/will_and_xctest_6.md)
* [Chapters/Techniques For Testing Different Aspects Of The App](chapters/techniques_for_testing_different_aspects_of_the_app.md)
* [Chapters/Views Snapshots](chapters/views__snapshots.md)
* [Chapters/Scroll Views](chapters/scroll_views.md)
* [Chapters/User Interactions](chapters/user_interactions.md)
* [Chapters/Ipad And Iphone](chapters/ipad_and_iphone.md)
* [Chapters/Core Data](chapters/core_data.md)
* [Chapters/Assert On Accessing Main Context](chapters/assert_on_accessing_main_context.md)
* [Chapters/Stubbed Core Data Contexts](chapters/stubbed_core_data_contexts.md)
* [Chapters/Core Data Migrations](chapters/core_data_migrations.md)
* [Chapters/Making Libraries To Get Annoying Tests Out Of Your App](chapters/making_libraries_to_get_annoying_tests_out_of_your_app.md)
* [Chapters/Using Xcode Pragmatically](chapters/using_xcode_pragmatically.md)
* [Chapters/Improving Xcode](chapters/improving_xcode.md)
* [Chapters/Expanding On Specta And Expecta](chapters/expanding_on_specta_and_expecta.md)
* [Chapters/Test Driven Development](chapters/test_driven_development.md)
* [Chapters/Swift](chapters/swift.md)
* [Chapters/Books](chapters/books.md)
* [Chapters/Twitter Follows](chapters/twitter_follows.md)
* [Chapters/Recommended Websites](chapters/recommended_websites.md)
* [Chapters/Oss Testing In iOS](chapters/oss_testing_in_ios.md)
* [Chapters/Restkit Plus Afnetworking](chapters/restkit_plus_afnetworking.md)
* [Chapters/Moya And Eidolon](chapters/moya_and_eidolon.md)
This book is a WIP. May ever get done.
Binary file modified pragmatic_testing.epub
Binary file not shown.

0 comments on commit 184c923

Please sign in to comment.