From 96f476e7ad3e0ff5951df57f07f38164a021e1b5 Mon Sep 17 00:00:00 2001 From: Michael Fellinger Date: Sun, 10 Feb 2008 14:49:58 +0100 Subject: Improve require for lib/bacon darcs-hash:20080210134958-cbc08-0c493ce02119a8a1ce9e7d71629df0283c01635a.gz --- test/spec_bacon.rb | 3 +-- test/spec_should.rb | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'test') 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 -- cgit 1.4.1