diff options
author | Azul <azul@riseup.net> | 2016-06-09 11:41:56 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-06-09 11:41:56 +0200 |
commit | b68b025a6d39516a6b4d04dd7c1786df50466d2c (patch) | |
tree | 068566424142d8f92961471b378ebba6f506f1c3 | |
parent | 1af940f49f9ba5507673c2131fcb228b778083fb (diff) |
move hkp test to integration tests
That's what it actually is
-rw-r--r-- | test/integration/hkp_test.rb (renamed from test/unit/hkp_test.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/hkp_test.rb b/test/integration/hkp_test.rb index c315726..0e77253 100644 --- a/test/unit/hkp_test.rb +++ b/test/integration/hkp_test.rb @@ -1,4 +1,4 @@ -require File.expand_path('test_helper', File.dirname(__FILE__)) +require 'test_helper' class HkpTest < Minitest::Test |