Skip to content

Commit

Permalink
Useless requires removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Feb 13, 2013
1 parent 8e05758 commit 1dad4cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions 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
Expand Down
4 changes: 0 additions & 4 deletions 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
Expand Down
2 changes: 0 additions & 2 deletions 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
Expand Down

0 comments on commit 1dad4cc

Please sign in to comment.