1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
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 = { exhibit = {
:name => Faker::Company.name, :name => Faker::Company.name,
:notes => Faker::Lorem.paragraphs.join($/), :notes => Faker::Lorem.paragraphs.join($/),
:created_on => Date.today :created_at => Date.today
} }
report 'Model.create' do report 'Model.create' do