test/integration/app/test/fixtures/sellers.yml in ultrasphinx-1.5.3 vs test/integration/app/test/fixtures/sellers.yml in ultrasphinx-1.6
- old
+ new
@@ -3,9 +3,9 @@
id: <%= num %>
user_id: <%= num %>
company_name: <%= "seller#{num}" %>
capitalization: <%= num * 1.548 %>
mission_statement: <%= %w(Add value through developing superior products.).sort_by(&:rand).join(" ") %>
- created_at: <%= (Time.now - num.weeks).to_s :db %>
- updated_at: <%= (Time.now - num.days).to_s :db %>
+ updated_at: <%= ((time = Time.parse("Tue Oct 23 04:28:11")) - num.days).to_s(:db) %>
+ created_at: <%= (time - num.weeks).to_s(:db) %>
<% end %>