test/test_logs.rb in heroku-api-0.1.7 vs test/test_logs.rb in heroku-api-0.1.8
- old
+ new
@@ -1,5 +1,5 @@
-require "#{File.dirname(__FILE__)}/test_helper"
+require File.expand_path("#{File.dirname(__FILE__)}/test_helper")
class TestLogs < MiniTest::Unit::TestCase
def test_get_logs
with_app do |app_data|