summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/spec_bacon.rb3
-rw-r--r--test/spec_should.rb4
2 files changed, 2 insertions, 5 deletions
diff --git a/test/spec_bacon.rb b/test/spec_bacon.rb
index 0d8aefa..cfbd151 100644
--- a/test/spec_bacon.rb
+++ b/test/spec_bacon.rb
@@ -1,5 +1,4 @@
-$: << File.dirname(__FILE__) + '/../lib/'
-require 'bacon'
+require File.join(File.dirname(__FILE__), '../lib/bacon')
 
 # Hooray for meta-testing.
 module MetaTests
diff --git a/test/spec_should.rb b/test/spec_should.rb
index be34038..25557a3 100644
--- a/test/spec_should.rb
+++ b/test/spec_should.rb
@@ -1,6 +1,4 @@
-$: << File.dirname(__FILE__) + '/../lib/'
-require 'bacon'
-
+require File.join(File.dirname(__FILE__), '../lib/bacon')
 
 describe "#should shortcut for #it('should')" do