smashingboxes / boxcar-generator-archive

A tool for generating Rails applications with the best practices of the Smashing Boxes team.
MIT License
16 stars 2 forks source link

Add support for Capybara #131

Closed eddwk closed 5 years ago

eddwk commented 5 years ago
  1. Install capybara
  2. Write an integration test to verify a hello world page at root url.
dkniffin commented 5 years ago

Resolved by #135