Skip to content

Commit

Permalink
Appease rubocop
Browse files Browse the repository at this point in the history
Rubocop wants double quoted strings, not single. I missed this when I
merged #37601
  • Loading branch information
eileencodes committed Nov 1, 2019
1 parent cfd4bff commit 042b6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/rake/multi_dbs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def generate_models_for_animals
Book.first
end
RUBY
app_file('Rakefile', dummy_task, 'a+')
app_file("Rakefile", dummy_task, "a+")

generate_models_for_animals

Expand Down

0 comments on commit 042b6fe

Please sign in to comment.