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-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
69e349f1bb31c80215775956467fd54e00a2f0fe
rails
/
activesupport
/
lib
/
active_support
/
testing
History
Jeremy Kemper
e931012287
Require Mocha >= 0.9.3 which includes a MiniTest adapter
2008-11-23 15:05:59 -08: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
Check first for git repository before using git branch
2008-11-02 19:36:56 +05:30
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