mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user