summaryrefslogtreecommitdiff
path: root/test/option_test.rb
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-04-27 08:04:34 +0100
committerLee Jarvis <lee@jarvis.co>2011-04-27 08:04:34 +0100
commit4b63d91a971ed21083c9e58f441b92439d7f529a (patch)
tree97a023f25f96b8f6b70b20ea22e382811dc536d5 /test/option_test.rb
parent56b8c93eeed922f24bc27fc4849c99c77e1d6a77 (diff)
downloadslop-4b63d91a971ed21083c9e58f441b92439d7f529a.tar.gz
ensure tests can be ran solo
Diffstat (limited to 'test/option_test.rb')
-rw-r--r--test/option_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option_test.rb b/test/option_test.rb
index 1028e16..3d2728c 100644
--- a/test/option_test.rb
+++ b/test/option_test.rb
@@ -1,4 +1,4 @@
-require File.dirname(__FILE__) + '/helper'
+require File.expand_path('../helper', __FILE__)
class OptionTest < TestCase
def option(*args, &block)