Skip to content
This repository was archived by the owner on Oct 24, 2018. It is now read-only.

Commit 22aeb3c

Browse files
committed
Clean up files.
1 parent a667a05 commit 22aeb3c

File tree

4 files changed

+3
-37
lines changed

4 files changed

+3
-37
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
util.conf
1+
lib/util.conf

test/test.rb examples/examples.rb

File renamed without changes.

test/config_module.rb

-33
This file was deleted.

test/test_ruby_eds.rb

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
require 'test/unit'
22
require "../lib/RubyEDS.rb"
3-
require "./config_module.rb"
3+
require "../lib/config_module.rb"
44

55
class TestRubyEDS < Test::Unit::TestCase
66
include RubyEDS
77
include ConfigModule
88

99
def setup
10-
@args = get_vars('../util.conf')
10+
@args = get_vars('../lib/util.conf')
1111
end
1212

1313
def test_authentication_token_is_not_nil
@@ -44,6 +44,5 @@ def test_basic_search
4444
doc.remove_namespaces!
4545
number_of_hits = doc.xpath("//TotalHits").inner_text || 0
4646
assert_not_equal 0, number_of_hits
47-
pp doc
4847
end
4948
end

0 commit comments

Comments
 (0)