Skip to content

Commit e5b8842

Browse files
committed
Flag up where we might add passthrough behaviour
1 parent 0a372f9 commit e5b8842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/nvar.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def filter_from_vcr_cassettes(config)
6262

6363
def all
6464
variables.map do |variable_name, config|
65+
# TODO: Passthrough from environment behaviour might need to go here?
6566
EnvironmentVariable.new(**(config || {}).merge(name: variable_name))
6667
end.partition(&:set?)
6768
end

0 commit comments

Comments
 (0)