summary refs log tree commit diff
path: root/test/spec_bacon.rb
diff options
context:
space:
mode:
authorEloy Duran <eloy.de.enige@gmail.com>2009-08-31 23:36:56 +0200
committerEloy Duran <eloy.de.enige@gmail.com>2009-08-31 23:36:56 +0200
commitbc0df844c7b20f30e456c493e086a9a871471550 (patch)
tree7ad53748be8fcec7484936c134e933906940f723 /test/spec_bacon.rb
parent9c21d75adda0d2a7b1677f9e50ac217619c950cb (diff)
downloadbacon-bc0df844c7b20f30e456c493e086a9a871471550.tar.gz
bacon-bc0df844c7b20f30e456c493e086a9a871471550.tar.xz
bacon-bc0df844c7b20f30e456c493e086a9a871471550.zip
Revert old change that was made because 1.9.0 couldn't rescue a splatted array of Exception classes. MacRuby currently can't use when with the same array and 1.9.2dev does.
Also some other minor changes which didn't work currently on 1.9.2dev, but are nicer anyway imo.
Diffstat (limited to 'test/spec_bacon.rb')
-rw-r--r--test/spec_bacon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_bacon.rb b/test/spec_bacon.rb
index 2d068bc..b1360be 100644
--- a/test/spec_bacon.rb
+++ b/test/spec_bacon.rb
@@ -1,5 +1,5 @@
 $-w,w = nil, $-w
-require File.join(File.dirname(__FILE__), '../lib/bacon')
+require File.expand_path('../../lib/bacon', __FILE__)
 $-w = w
 
 # Hooray for meta-testing.