aboutsummaryrefslogtreecommitdiffstats
path: root/script
Commit message (Collapse)AuthorAgeFilesLines
* Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-3/+1
|
* Dummy app is no longer a submodule, now part of the projected - generated by ↵Jamie Winsor2011-08-101-10/+0
| | | | | | testing generator Remove remaining traces of cucumber
* refactor engine testing scenarioJamie Winsor2011-08-032-0/+16
Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application