Skip to content

Commit 0f65f15

Browse files
committed
Appease rubocop
Rubocop wants double quoted strings, not single. I missed this when I merged rails#37601
1 parent 0221385 commit 0f65f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/test/application/rake/multi_dbs_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def generate_models_for_animals
238238
Book.first
239239
end
240240
RUBY
241-
app_file('Rakefile', dummy_task, 'a+')
241+
app_file("Rakefile", dummy_task, "a+")
242242

243243
generate_models_for_animals
244244

0 commit comments

Comments
 (0)