Skip to content

Commit 3ef25de

Browse files
committed
yayyay
1 parent a131c2d commit 3ef25de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/support/config.rb

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ def config_file
1616
end
1717

1818
def read_config
19-
unless config_file.exist?
20-
FileUtils.cp TEST_ROOT + '/config.example.yml', config_file
21-
end
22-
2319
erb = ERB.new(config_file.read)
2420
expand_config(YAML.parse(erb.result(binding)).transform)
2521
end

0 commit comments

Comments
 (0)