aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test failures relating to not finding the title.Philip Arndt2015-03-051-1/+1
|
* Switch to poltergeist from seleniumAnita Graham2015-02-241-1/+2
|
* Update gem globalize (< 5.2) and fix factory_girlBrice Sanchez2015-02-201-1/+0
|
* Upgraded to rspec 3.xPhilip Arndt2014-12-041-1/+0
|
* Upgraded some testing syntax, changed to selenium for more passable results.Philip Arndt2014-08-221-2/+1
|
* Replace selenium with poltergeist.Uģis Ozols2014-01-271-1/+2
|
* Remove spork.Uģis Ozols2012-10-231-46/+20
|
* No need to specify Devise.stretches in spec_helper because it gets set in ↵Uģis Ozols2012-02-021-3/+0
| | | | devise initializer.
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-011-15/+36
|
* The newest factory_girl apparently doesn't like how this worked.Pete Higgins2012-01-061-2/+2
|
* Load refinerycms factories properlyJamie Winsor2011-10-101-24/+12
| | | | Expose blog factories to other gems
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-11/+16
| | | | | | | | | | | Do not want to cache classes, but do want to reload models after factory girl: http://groups.google.com/group/factory_girl/browse_thread/thread/daa24556d90c31fc http://stackoverflow.com/questions/5145165/associationtypemismatch-and-factorygirl rails_autolink was removed from Rails 3.1 and abstracted to an external gem fix display author name and post time on comment show fix namespace for thanking and moderated flash notices
* remove accidental inclusion of future featureJamie Winsor2011-09-021-2/+0
|
* update and import refinerycms migrations and seedsJamie Winsor2011-09-021-0/+3
| | | | update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing
* 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