mirror of https://github.com/rails/rails
Fix typo
This commit is contained in:
parent
c7ba911a43
commit
c3a0a36fc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue