TDD Module 2 Project
Guide Tasks
  • Read Tutorial
  • Complete the Exercise

Project Requirements

  • Create a new Rails application
  • Install and configure the RSpec test framework with Capybara
  • Using TDD, build a model called Guide with the string attributes title, content, and then a boolean attribute of published.
  • Using BDD, create integration specs that test for the CRUD action: create.
  • Create the controller and view files by hand, do not use generators for this project.
  • There should be at least 10 specs written for this project, including both model and feature specs. All specs need to be passing in order for project to be approved.
  • Submit the final version of the code on this guide page. The submission should be a link to a public Github repo page.