codeforamerica / ohana-api

The open source API directory of community social services.
http://ohana-api-demo.herokuapp.com/api
BSD 3-Clause "New" or "Revised" License
185 stars 344 forks source link

Look into speeding up test suite #377

Open monfresh opened 8 years ago

monfresh commented 8 years ago

One easy (albeit tedious) way to do that is to convert most feature specs into controller specs. Most of the admin interface specs can be covered by controller specs. It's not necessary to cover every path with a slow feature spec.