Skip to content

Commit

Permalink
make the tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrudy committed Dec 7, 2011
1 parent 7a5352d commit 33245a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/memoizable_test.rb
@@ -1,4 +1,5 @@
require 'abstract_unit'
require 'test_helper'
require 'memoizable'

class MemoizableTest < ActiveSupport::TestCase
class Person
Expand Down
5 changes: 5 additions & 0 deletions test/test_helper.rb
@@ -0,0 +1,5 @@
require 'rubygems'
require 'test/unit'
require 'active_support'

$:.unshift File.expand_path(File.dirname(__FILE__)+"/../lib")

0 comments on commit 33245a9

Please sign in to comment.