Commit Graph

10 Commits

Author SHA1 Message Date
Tim Felgentreff bfda266d93 Require test_helper in delegator_test.rb 2011-05-28 17:52:58 +02:00
Konstantin Haase 6c97d041da swaping order of assert_equal arguments where appropriate 2011-05-26 16:21:44 +02:00
Konstantin Haase d35d44a308 use define_method rather than eval for delegation 2011-04-30 10:19:01 +02:00
Konstantin Haase fd5113a687 dummy methods no longer needed in delegator tests 2011-04-17 10:33:42 +02:00
Konstantin Haase 7e1449a4ea use respond_to? rather than arity checks to play nice with method_missing proxies 2011-04-17 10:30:30 +02:00
Konstantin Haase 1d64be6471 one more test for delegation and method_missing proxies 2011-04-17 10:19:49 +02:00
Konstantin Haase 53b5ccde48 make Sinatra::Delegator play nice with method_missing proxies, fixes #245 2011-04-17 10:10:22 +02:00
Konstantin Haase b03ee9f4f7 add Sinatra.use 2011-03-31 13:06:08 +02:00
Konstantin Haase cbe5d15d42 test delegation of Sinatra.register and Sinatra.helpers 2011-03-31 13:02:04 +02:00
Konstantin Haase a6cf359fe6 add Sinatra::Delegator.target and actually test delegation 2011-03-21 11:28:42 +01:00