Sha256: f641d4ad421e034fd23df8528c1b46c153be0602236cfa0ba8c2de79abc85186
Contents?: true
Size: 450 Bytes
Versions: 33
Compression:
Stored size: 450 Bytes
Contents
require 'spout/tests/json_helper' module Spout module Tests module DomainSpecified Dir.glob("variables/**/*.json").each do |file| if json_value(file, :type) == "choices" define_method("test_domain_specified:"+file) do domain_name = json_value(file, :domain) assert domain_name != nil, "Variables of type choices need to specify a domain." end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems