Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Converted Factory to FactoryGirl to fix deprecation warnings. | Philip Arndt | 2011-09-03 | 7 | -40/+39 | |
| | ||||||
* | 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 | 10 | -29/+51 | |
| | | | | update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing | |||||
* | Added sqlite3, pg, mysql2 to the Gemfile and added Jamie to the ↵ | Philip Arndt | 2011-09-02 | 1 | -0/+1 | |
| | | | | notifications list for TRavis. | |||||
* | Syntax fixes for Ruby 1.8.7 | Jamie Winsor | 2011-08-14 | 3 | -3/+8 | |
| | ||||||
* | Move factories under spec dir so that they get picked up by spec_helper. | Uģis Ozols | 2011-08-13 | 3 | -0/+0 | |
| | ||||||
* | Remove spork as a development dependency | Jamie Winsor | 2011-08-11 | 2 | -6/+18 | |
| | | | | | 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 | 72 | -23/+1776 | |
| | | | | | | testing generator Remove remaining traces of cucumber | |||||
* | Add Rails3.1 assets gemfile entry into Gemfile (required to start Rails ↵ | Jamie Winsor | 2011-08-06 | 1 | -0/+0 | |
| | | | | | | dummy app) Bump dummy app head | |||||
* | Replace cucumber tag features with rspec request tests | Jamie Winsor | 2011-08-04 | 2 | -0/+40 | |
| | | | | Remove cucumber support from project | |||||
* | Replace category.features with capybara rspec requests | Jamie Winsor | 2011-08-04 | 5 | -95/+127 | |
| | | | | Update FactoryGirl factory definition syntax | |||||
* | Replace authors.feature with capybara rspec tests | Jamie Winsor | 2011-08-04 | 1 | -4/+16 | |
| | ||||||
* | Add request and controller authentication macros to rspec config | Jamie Winsor | 2011-08-04 | 4 | -12/+6 | |
| | | | | refactor request specs to take advantage of authentication macros | |||||
* | Remove shared functionality that now exists in refinerycms-testing engine | Jamie Winsor | 2011-08-04 | 2 | -29/+4 | |
| | ||||||
* | Add rake tasks to initialize the testing environment | Jamie Winsor | 2011-08-03 | 1 | -0/+0 | |
| | | | | Update README to reflect new functionality | |||||
* | refactor dummy application into git submodule | Jamie Winsor | 2011-08-03 | 64 | -1583/+0 | |
| | ||||||
* | rename default database for mysql and postgres example databases | Jamie Winsor | 2011-08-03 | 2 | -6/+6 | |
| | ||||||
* | Rid this project of autotest | Jamie Winsor | 2011-08-03 | 2 | -19/+0 | |
| | ||||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 75 | -22/+1706 | |
| | | | | | | | | 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 | |||||
* | Make those specs green again. | Uģis Ozols | 2011-08-03 | 9 | -23/+19 | |
| | ||||||
* | DB isn't cleared from previous test data. For now clear it ourselves but as ↵ | Uģis Ozols | 2011-07-29 | 2 | -2/+10 | |
| | | | | feature todo - fix it. | |||||
* | Need a user first because otherwise it will redirect to first user creation ↵ | Uģis Ozols | 2011-07-29 | 2 | -2/+6 | |
| | | | | form. | |||||
* | Manage blog posts request specs are now green. | Uģis Ozols | 2011-07-29 | 1 | -6/+1 | |
| | ||||||
* | Update translation scopes | Jamie Winsor | 2011-07-28 | 2 | -0/+39 | |
| | | | | | | Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit | |||||
* | More request specs and updates to code to make specs pass. | Uģis Ozols | 2011-07-28 | 1 | -5/+32 | |
| | ||||||
* | Start to add request specs. | Uģis Ozols | 2011-07-28 | 1 | -0/+71 | |
| | ||||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 6 | -279/+285 | |
| | ||||||
* | Spec context is about false. | Uģis Ozols | 2011-07-04 | 1 | -1/+1 | |
| | ||||||
* | Copy / Paste mistake fixed | Johan Bruning | 2011-07-04 | 1 | -1/+1 | |
| | ||||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 1 | -0/+24 | |
| | | | | | | I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings. However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled. | |||||
* | Refactored the spec suite to be consistent. | Philip Arndt | 2011-06-29 | 3 | -43/+43 | |
| | ||||||
* | fixed ruby 1.9.2 warnings about useless use of == in boid context | Ivan Storck | 2011-06-23 | 1 | -3/+3 | |
| | ||||||
* | this needs html_safe | Joe Sak | 2011-06-23 | 1 | -0/+6 | |
| | ||||||
* | Model spec filenames should be singular | Marc Remolt | 2011-05-09 | 3 | -0/+0 | |
| | ||||||
* | Fixes for blog_post specs | Marc Remolt | 2011-05-09 | 1 | -61/+73 | |
| | | | | | * spec "returns all posts from specified month" failed on the second day of a month * refactorings and cleanups (while I'm at it) | |||||
* | tests were failing all over the place | Joe Sak | 2011-04-22 | 2 | -52/+44 | |
| | ||||||
* | More test coverage for tags: can fill tags in on admin form | Joe Sak | 2011-03-11 | 1 | -2/+3 | |
| | ||||||
* | Acts as taggable installed | Joe Sak | 2011-03-11 | 1 | -0/+6 | |
| | ||||||
* | test fixing | Joe Sak | 2011-03-08 | 1 | -15/+15 | |
| | ||||||
* | Hi, my name is... | Philip Arndt | 2011-03-02 | 1 | -1/+1 | |
| | ||||||
* | WIP- just stuck on the uninitialized Constant weirdness | Joe Sak | 2011-02-24 | 1 | -1/+1 | |
| | ||||||
* | Blog Posts belong to an author ("user_id") | Joe Sak | 2011-02-24 | 1 | -0/+6 | |
| | ||||||
* | Added settings click-button functionality for toggling comments being ↵ | Philip Arndt | 2011-02-21 | 1 | -8/+7 | |
| | | | | enabled, with translations. | |||||
* | The first shall be the .last, and the last shall be the .first | Joe Sak | 2011-02-16 | 1 | -1/+1 | |
| | | | | thanks to the default_scope :order_by published_at DESC | |||||
* | Previous scope test wasn't testing BlogPost.previous | Joe Sak | 2011-02-16 | 1 | -1/+1 | |
| | ||||||
* | test coverage for uncategorized blog posts scope | Joe Sak | 2011-02-16 | 1 | -0/+12 | |
| | ||||||
* | test coverage for previous changes | Joe Sak | 2011-02-15 | 1 | -5/+13 | |
| | ||||||
* | Added some rspec tests for blog category model. | Uģis Ozols | 2010-12-07 | 1 | -7/+19 | |
| | ||||||
* | Added some rspec tests for blog post model. | Uģis Ozols | 2010-12-07 | 1 | -7/+150 | |
| | ||||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 3 | -8/+8 | |
| |