summaryrefslogtreecommitdiff
path: root/test/test_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_parser.rb')
-rw-r--r--test/test_parser.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/test_parser.rb b/test/test_parser.rb
index b6313c0..28ddd10 100644
--- a/test/test_parser.rb
+++ b/test/test_parser.rb
@@ -1,12 +1,6 @@
-##############################################################
-# Copyright 2006, Ben Bleything <ben@bleything.net> and #
-# Patrick May <patrick@hexane.org> #
-# #
-# Distributed under the MIT license. #
-##############################################################
+#!/usr/bin/env ruby
require 'test/unit'
-
require 'plist'
class TestParser < Test::Unit::TestCase