public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
changed fixtures so no 2 blog post has the same date.  Does not seem very 
relevant asa test case, and since the order these may be returned is non 
deterministic, this can cause random test failures depending on db

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@3001 
567b1171-46fb-0310-a4c9-b4bef9110e78
psq (author)
Mon Oct 22 00:24:42 -0700 2007
commit  ceb9543e7ff74b3f4ce9b0cd59cdd50c22774895
tree    962acf2a9a54500eb0eeb937e7029db95c8a6db6
parent  d806fa1ba6b092697b1146cbf3fd0f8e039cf0e6
...
199
200
201
202
 
203
204
205
...
212
213
214
215
 
216
217
218
...
199
200
201
 
202
203
204
205
...
212
213
214
 
215
216
217
218
0
@@ -199,7 +199,7 @@ at_beginning_of_next_month:
0
   permalink: at-beginning-of-next-month
0
   body: Lalala
0
   body_html: Lalala
0
- created_at: <%= date = Time.now.utc.beginning_of_month.advance(:months => -1).to_s(:db) %>
0
+ created_at: <%= date = Time.now.utc.beginning_of_month.advance(:months => -1, :minutes => 2).to_s(:db) %>
0
   updated_at: <%= date %>
0
   published_at: <%= date %>
0
   comment_age: 30
0
@@ -212,7 +212,7 @@ article_1_only_in_page_section:
0
   permalink: article-1
0
   body: Lalala
0
   body_html: Lalala
0
- created_at: <%= date = Time.now.utc.beginning_of_month.advance(:months => -1).to_s(:db) %>
0
+ created_at: <%= date = Time.now.utc.beginning_of_month.advance(:months => -1, :minutes => 1).to_s(:db) %>
0
   updated_at: <%= date %>
0
   published_at: <%= date %>
0
   comment_age: 30

Comments

    No one has commented yet.