GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Ruby WDDX gem.
Homepage: http://code.juretta.com/ruby/wddx/
Clone URL: git://github.com/juretta/wddx.git
wddx / test / fixtures / _validate_fixtures.rb
100755 8 lines (7 sloc) 0.242 kb
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
#
# Created by Stefan Saasen on 2006-12-17.
# Copyright (c) 2006. All rights reserved.
 
# Check Xml-Files with xmllint
CMD = "xmllint --noout --valid"
Dir["*.xml"].each {|xml| next if xml =~ /^invalid/; `#{CMD} #{xml}`}