Skip to content

Commit

Permalink
Don't hardcode require paths
Browse files Browse the repository at this point in the history
Also simplified test setup
  • Loading branch information
mynyml committed Nov 4, 2009
1 parent ab25a25 commit 8834ab9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
1 change: 0 additions & 1 deletion Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ every.gemspec
examples.rb
lib/every.rb
test/test_every.rb
test/test_helper.rb
8 changes: 4 additions & 4 deletions test/test_every.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'pathname'
require 'set'
root = Pathname(__FILE__).dirname.parent
require root.join('test/test_helper')
require root.join('lib/every')
require 'test/unit'
require 'context'
require 'matchy'
require 'lib/every'

class EveryTest < Test::Unit::TestCase
context "Every" do
Expand Down
7 changes: 0 additions & 7 deletions test/test_helper.rb

This file was deleted.

0 comments on commit 8834ab9

Please sign in to comment.