Further rubocopping

This commit is contained in:
Patrick J Cherry
2018-02-02 21:36:30 +00:00
parent 9c48da82cc
commit 1d98ba1d3e
2 changed files with 1 additions and 1 deletions

2
tests/acceptance/nbd_scenarios Normal file → Executable file
View File

@@ -1,6 +1,6 @@
#!/usr/bin/ruby
test_files = Dir[File.dirname( __FILE__ ) + "/test*.rb"]
test_files = Dir[File.dirname(__FILE__) + '/test*.rb']
for filename in test_files
require filename
end

0
tests/acceptance/test_write_during_migration.rb Executable file → Normal file
View File