class Inspec::OrTest

def to_ruby

def to_ruby
  all_tests = @tests.map(&:to_ruby).join("\n").gsub("\n", "\n  ")
  format("describe.one do\n  %s\nend", all_tests)
end