test/delegator_test.rb in sinatra-1.2.6 vs test/delegator_test.rb in sinatra-1.2.7
- old
+ new
@@ -1,4 +1,6 @@
+require File.expand_path('../helper', __FILE__)
+
class DelegatorTest < Test::Unit::TestCase
class Mirror
attr_reader :last_call
def method_missing(*a, &b)
@last_call = [*a.map(&:to_s)]