aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rexml/test_attributes_mixin.rb3
-rw-r--r--test/rexml/test_changing_encoding.rb1
-rw-r--r--test/rexml/test_doctype.rb3
-rw-r--r--test/rexml/test_notationdecl_mixin.rb3
-rw-r--r--test/rexml/test_xml_declaration.rb1
5 files changed, 0 insertions, 11 deletions
diff --git a/test/rexml/test_attributes_mixin.rb b/test/rexml/test_attributes_mixin.rb
index 50899d0607..f0659eb6ed 100644
--- a/test/rexml/test_attributes_mixin.rb
+++ b/test/rexml/test_attributes_mixin.rb
@@ -1,6 +1,3 @@
-#! /usr/local/bin/ruby
-
-
require 'test/unit'
require 'rexml/document'
diff --git a/test/rexml/test_changing_encoding.rb b/test/rexml/test_changing_encoding.rb
index c6c1f59a1a..fdcc075c37 100644
--- a/test/rexml/test_changing_encoding.rb
+++ b/test/rexml/test_changing_encoding.rb
@@ -1,4 +1,3 @@
-#!/usr/bin/ruby -Ku
# -*- coding: utf-8 -*-
require 'rexml/encoding'
diff --git a/test/rexml/test_doctype.rb b/test/rexml/test_doctype.rb
index 0a87c0a304..6473ce17e5 100644
--- a/test/rexml/test_doctype.rb
+++ b/test/rexml/test_doctype.rb
@@ -1,6 +1,3 @@
-#! /usr/local/bin/ruby
-
-
require 'test/unit'
require 'rexml/document'
diff --git a/test/rexml/test_notationdecl_mixin.rb b/test/rexml/test_notationdecl_mixin.rb
index 68dcc555ac..110db0bfdb 100644
--- a/test/rexml/test_notationdecl_mixin.rb
+++ b/test/rexml/test_notationdecl_mixin.rb
@@ -1,6 +1,3 @@
-#! /usr/local/bin/ruby
-
-
require 'test/unit'
require 'rexml/document'
diff --git a/test/rexml/test_xml_declaration.rb b/test/rexml/test_xml_declaration.rb
index d58f9f08ba..eb717bf937 100644
--- a/test/rexml/test_xml_declaration.rb
+++ b/test/rexml/test_xml_declaration.rb
@@ -1,4 +1,3 @@
-#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
#
# Created by Henrik MÃ¥rtensson on 2007-02-18.