test/test_eat.rb in eat-0.0.2 vs test/test_eat.rb in eat-0.0.3
- old
+ new
@@ -7,9 +7,13 @@
raise TriedToUseMe
end
end
class TestEat < Test::Unit::TestCase
+ def setup
+ ::Eat.config.remote_timeout = 10
+ end
+
def test_filesystem
assert eat(__FILE__).include?('class TestEat < Test::Unit::TestCase')
end
def test_http