issues
search
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 Capybara support for boxcar.
#135
Closed
eddwk
closed
6 years ago
eddwk
commented
6 years ago
Why?
We want to use capybara for integration tests.
What Changed?
Setup Capybara and Selenium WebDriver with rspec.
Modified database_cleaner config.
Added a new ApplicationController with a home page and Welcome to Boxcar view.
Added a spec to test the home page.
Adopted new directory structure for boxcar templates.
Why?
What Changed?