Using Ruby, Ruby on Rails, and RSpec
Buch, Englisch, 232 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 474 g
ISBN: 978-1-4842-9747-6
Verlag: Apress
The biggest challenge with learning and becoming comfortable with test-driven development is that software engineers often cannot imagine what writing a failing test looks like in practice. They write their implementation code first, and only then think about writing tests around their implementation code. This leads to tests that pass by accident, or tests that do not actually test anything. This book will give you the confidence to write tests in the RSpec domain-specific language. You will see your tests fail "properly" before proceeding with writing any implementation code to get them to pass.
This book covers the latest techniques for writing RSpec tests, including "system" specs, and the often overlooked "view" specs, and how to integrate RSpec with other tools like Capybara, headless Chrome, and the new web driver gem. It also covers FactoryBot for mock test data and offers experienced advice on how to avoid creating tests that fail randomly.
What You Will Learn
- Build a blog application from start to finish using test driven development
- Install and explore popular tools used in professional Ruby software engineering
- Evaluate the benefits of effective testing in RSpec
- Explore Capistrano for advanced user interface testing
Who Is This Book For
Beginner to intermediate Ruby software engineers who are interested in learning to use TDD with RSpec to test and build web applications using Ruby on Rails. Readers should have some basic experience with Ruby and Ruby on Rails and have read the "Getting Started with Rails" guide, or something similar.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Chapter 1: Intro.- Chapter 2: What is Test-Driven Development?.- Chapter 3: Getting started with Ruby.- Chapter 4: Getting started with Ruby on Rails.- Chapter 5: Setting up RSpec and FactoryBot.- Chapter 6: Adding Initial Models.- Chapter 7: Creating Pages.- Chapter 8: Build Homepage Contents.- Chapter 9: Side Bar Contents.- Chapter 10: Page Tags.- Chapter 11: Images.- Chapter 12: User Authentication.- Chapter 13: Administration.- Chapter 14: Odds and Ends.- Chapter 15: Deploy to Production.