From 1dad4cc2fa3d97f7f4c1ba447ee7d7e1c9d3d1bf Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Wed, 13 Feb 2013 15:04:01 +0100 Subject: [PATCH] Useless requires removed. --- tests/gdf_tests.rb | 3 +-- tests/graph_tests.rb | 4 ---- tests/json_tests.rb | 2 -- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/gdf_tests.rb b/tests/gdf_tests.rb index 9144b05..47495aa 100755 --- a/tests/gdf_tests.rb +++ b/tests/gdf_tests.rb @@ -1,6 +1,5 @@ #! /usr/bin/ruby1.9.1 - -require_relative '../lib/graphs/gdf' +# -*- coding: UTF-8 -*- module Utils def self.get_sample_graph diff --git a/tests/graph_tests.rb b/tests/graph_tests.rb index d09d6db..ed745cd 100755 --- a/tests/graph_tests.rb +++ b/tests/graph_tests.rb @@ -1,10 +1,6 @@ #! /usr/bin/ruby1.9.1 # -*- coding: UTF-8 -*- -require 'test/unit' -require 'yaml' -require_relative '../lib/graph' - class Graph_test < Test::Unit::TestCase def setup diff --git a/tests/json_tests.rb b/tests/json_tests.rb index db78925..34abd65 100644 --- a/tests/json_tests.rb +++ b/tests/json_tests.rb @@ -1,8 +1,6 @@ #! /usr/bin/ruby1.9.1 # -*- coding: UTF-8 -*- -require_relative '../lib/graphs/json' - module JSONUtils def self.get_sample_graph @@json