Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed test failures relating to not finding the title. | Philip Arndt | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Switch to poltergeist from selenium | Anita Graham | 2015-02-24 | 1 | -1/+2 |
| | |||||
* | Update gem globalize (< 5.2) and fix factory_girl | Brice Sanchez | 2015-02-20 | 1 | -1/+0 |
| | |||||
* | Upgraded to rspec 3.x | Philip Arndt | 2014-12-04 | 1 | -1/+0 |
| | |||||
* | Upgraded some testing syntax, changed to selenium for more passable results. | Philip Arndt | 2014-08-22 | 1 | -2/+1 |
| | |||||
* | Replace selenium with poltergeist. | Uģis Ozols | 2014-01-27 | 1 | -1/+2 |
| | |||||
* | Remove spork. | Uģis Ozols | 2012-10-23 | 1 | -46/+20 |
| | |||||
* | No need to specify Devise.stretches in spec_helper because it gets set in ↵ | Uģis Ozols | 2012-02-02 | 1 | -3/+0 |
| | | | | devise initializer. | ||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 1 | -15/+36 |
| | |||||
* | The newest factory_girl apparently doesn't like how this worked. | Pete Higgins | 2012-01-06 | 1 | -2/+2 |
| | |||||
* | Load refinerycms factories properly | Jamie Winsor | 2011-10-10 | 1 | -24/+12 |
| | | | | Expose blog factories to other gems | ||||
* | refactor factories and add #show tests for posts controller | Jamie Winsor | 2011-09-04 | 1 | -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 feature | Jamie Winsor | 2011-09-02 | 1 | -2/+0 |
| | |||||
* | update and import refinerycms migrations and seeds | Jamie Winsor | 2011-09-02 | 1 | -0/+3 |
| | | | | update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing | ||||
* | Remove spork as a development dependency | Jamie Winsor | 2011-08-11 | 1 | -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 Winsor | 2011-08-10 | 1 | -23/+3 |
| | | | | | | testing generator Remove remaining traces of cucumber | ||||
* | Add request and controller authentication macros to rspec config | Jamie Winsor | 2011-08-04 | 1 | -0/+2 |
| | | | | refactor request specs to take advantage of authentication macros | ||||
* | Remove shared functionality that now exists in refinerycms-testing engine | Jamie Winsor | 2011-08-04 | 1 | -2/+4 |
| | |||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 1 | -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 |