aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove spork as a development dependencyJamie Winsor2011-08-111-4/+16
| | | | | Add spork to development & test group in Gemfile Fix ControllerMacros and RequestMacros namespace in refinery support file
* Dummy app is no longer a submodule, now part of the projected - generated by ↵Jamie Winsor2011-08-101-23/+3
| | | | | | testing generator Remove remaining traces of cucumber
* Add request and controller authentication macros to rspec configJamie Winsor2011-08-041-0/+2
| | | | refactor request specs to take advantage of authentication macros
* Remove shared functionality that now exists in refinerycms-testing engineJamie Winsor2011-08-041-2/+4
|
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+48
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