aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/synchronization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on rubygems loading thread (for Mutex)raggi2010-11-251-0/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-3/+3
* Explicit test dependenciesJeremy Kemper2009-03-281-1/+4
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Module#synchronize: Add testcase to ensure that singleton methods can be wrappedNick2008-08-291-3/+17
* Add method punctuation handling to #synchronizeNick2008-08-291-0/+14
* Adds Module#synchronize for easier method-level synchronization.Nick2008-08-291-0/+57