Pat Allan
|
f39c6fd927
|
Add the frozen_string_literal pragma comment to all Ruby files. (#4725)
|
2017-12-21 15:36:29 -02:00 |
|
Lucas Mazza
|
a2498074f1
|
Replace custom Array assertion with assert_equal .
|
2016-05-03 14:18:35 -03:00 |
|
Lucas Mazza
|
536279b05b
|
Replace homemade assert_not matcher in favor of refute .
|
2016-05-03 13:57:10 -03:00 |
|
Michael Crismali
|
f37b10ef87
|
Switched all instances of 'not blank?' to 'present?'
|
2014-04-17 20:34:28 -05:00 |
|
Carlos Antonio da Silva
|
b6e30427a3
|
Pass the block argument straight to the assertion methods in test helpers
|
2012-05-15 17:19:21 -03:00 |
|
Lucas Mazza
|
64c05f2ce9
|
Fix the assert_same_content assertion helper
and a broken confirmable test.
|
2012-02-22 16:49:09 -02:00 |
|
Rodrigo Flores
|
bc11e9f300
|
One exception to rule them all
|
2012-02-22 13:55:05 -02:00 |
|
Rodrigo Flores
|
faf8b01ecc
|
Fixing some tests and adding an assert message
|
2012-02-22 13:55:05 -02:00 |
|
Rodrigo Flores
|
d7337c5b26
|
Added a missing test and asserting same content for 1.8 compatibility
|
2012-02-22 13:55:05 -02:00 |
|
Brian Rose
|
a7c5a2e65d
|
Fix up implementation of reconfirmable.
|
2011-08-30 22:19:17 -06:00 |
|
José Valim
|
28a6be456a
|
Require files before monkey patching them.
|
2010-03-23 16:28:17 +01:00 |
|
José Valim
|
766316b5e7
|
Got tests running on Rails 3: 369 tests, 486 assertions, 45 failures, 124 errors.
|
2010-02-16 14:31:49 +01:00 |
|