Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unused classes in AS tests | Akira Matsuda | 2013-12-19 | 1 | -1/+0 |
| | |||||
* | determine_constant_from_test_name does not swallow NoMethodErrors [Yves Senn] | Xavier Noria | 2013-03-28 | 1 | -0/+10 |
| | |||||
* | extract PerformanceTest into rails-performance_tests gem | Yves Senn | 2013-01-10 | 1 | -68/+0 |
| | |||||
* | Fix typo in test name | Carlos Antonio da Silva | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | some ruby interpreters don't have ruby-prof so just skip the tests | Aaron Patterson | 2012-10-18 | 1 | -3/+12 |
| | | | | rather than exiting the process. | ||||
* | ConstantLookup is not needed in every TestCase decendant | Andy Lindeman | 2012-09-26 | 1 | -0/+1 |
| | |||||
* | Add missing inflector dependency | Mike Moore | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Create ActiveSupport::Testing::ConstantLookup | Mike Moore | 2012-09-24 | 1 | -0/+58 |
| | | | | | AS::TC::ConstantLookup walks the test's name to find the constant it is describing. This additional lookup logic is needed to better support minitest's spec DSL. | ||||
* | Eliminate dependency on Rails::VERSION::STRING | Andrew White | 2012-06-05 | 1 | -2/+21 |
| | | | | | | To facilitate the use of ActiveSupport::Testing::Performance outside of a Rails application conditionally check for the presence of Rails::VERSION::STRING before including it in the environment string. | ||||
* | decoupling activesupport performance testing from actionview and adding tests | Andrew Mutz | 2012-05-28 | 1 | -0/+40 |