Skip to content

Commit

Permalink
Added missing each
Browse files Browse the repository at this point in the history
  • Loading branch information
cepages committed Aug 13, 2024
1 parent b518e43 commit a58a397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ task :test_kotlin do
config_file_array = [config_file_default, config_file_no_infer_types]
dotenv_file = File.absolute_path("spec/fixtures/.env.fruitloops")
directory_to_copy = File.absolute_path("spec/fixtures/kotlin")
config_file_array do |config_file|
config_file_array.each do |config_file|
with_temp_dir do |temp_dir|
puts "Current working directory: #{temp_dir}"
FileUtils.copy_entry(directory_to_copy, "tests")
Expand Down

0 comments on commit a58a397

Please sign in to comment.