This commit is contained in:
Jeremy Kemper
2009-08-25 13:41:37 -07:00
parent c7ba911a43
commit c3a0a36fc3

View File

@@ -130,7 +130,7 @@ RBench.run(TIMES) do
exhibit = {
:name => Faker::Company.name,
:notes => Faker::Lorem.paragraphs.join($/),
:created_on => Date.today
:created_at => Date.today
}
report 'Model.create' do