This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-02-17 17:41:39 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
beca1f2e151558ded3d5a4efebd328ab2533edc6
rails
/
activesupport
/
lib
/
active_support
/
testing
History
Pratik Naik
e0fa041fce
Process time should be wall time when benchmarking
2009-01-09 16:46:24 +00:00
..
core_ext
added nicer failure reporting to #assert_difference to tell you the expression that failed rather than just the expected and actual values
2008-10-03 21:31:56 +02:00
assertions.rb
Rework testing extensions to reflect the recent miniunit upheaval
2008-11-07 12:45:48 -05:00
declarative.rb
Extract test method declaration
2008-11-07 13:25:40 -05:00
default.rb
* Continue evolution toward ActiveSupport::TestCase and friends.
#10679
[Josh Peek]
2008-01-05 13:34:15 +00:00
deprecation.rb
Move deprecation assertions so TestCase (and Mocha) needn't load on startup
2008-11-23 13:11:07 -08:00
performance.rb
Process time should be wall time when benchmarking
2009-01-09 16:46:24 +00:00
setup_and_teardown.rb
Get ActiveSupport::TestCase working with classic Test::Unit and MiniTest. Fix broken Mocha + MiniTest. Assume ruby-core applies patch
#771
fixing libraries which extend Test::Unit.
2008-11-22 19:22:45 -08:00