blob: 0e810745d32e7bd6da390240f45b36430aea4ad9 [file] [log] [blame]
# This is a template used only for rspec tests
# Yaml of the whole scope
<%= scope.to_hash.reject { |k,v| !( k.is_a?(String) && v.is_a?(String) ) }.to_yaml %>
# Custom Options
<%= @options['opt_a'] %>
<%= @options['opt_b'] %>