aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/blog_post_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rails 3.1 - wip.Uģis Ozols2011-07-271-217/+0
|
* Spec context is about false.Uģis Ozols2011-07-041-1/+1
|
* Copy / Paste mistake fixedJohan Bruning2011-07-041-1/+1
|
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-041-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 Arndt2011-06-291-37/+37
|
* fixed ruby 1.9.2 warnings about useless use of == in boid contextIvan Storck2011-06-231-3/+3
|
* this needs html_safeJoe Sak2011-06-231-0/+6
|
* Model spec filenames should be singularMarc Remolt2011-05-091-0/+187