Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #4360 from rafaelfranca/patch-1 | Aaron Patterson | 2012-01-06 | 4 | -50/+15 | |
|\ \ \ \ | | | | | | | | | | | Remove more references to Test::Unit | |||||
| * | | | | Whitespaces :scissors: | Rafael Mendonça França | 2012-01-06 | 1 | -7/+7 | |
| | | | | | ||||||
| * | | | | Use ActiveModel::TestCase instead of Test::Unit:TestCase | Rafael Mendonça França | 2012-01-06 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | MiniTest is always defined in this case | Rafael Mendonça França | 2012-01-06 | 1 | -8/+6 | |
| | | | | | ||||||
| * | | | | Test::Unit::Util::BacktraceFilter is never defined | Rafael Mendonça França | 2012-01-06 | 2 | -33/+0 | |
| |/ / / | ||||||
* | | | | register spec subclasses for people who spec | Aaron Patterson | 2012-01-06 | 2 | -1/+13 | |
| | | | | ||||||
* | | | | require minitest rather than test/unit | Aaron Patterson | 2012-01-06 | 13 | -14/+14 | |
| | | | | ||||||
* | | | | backport assert_not_same | Aaron Patterson | 2012-01-06 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | require test/unit and sort test order | Aaron Patterson | 2012-01-06 | 2 | -1/+7 | |
| | | | | ||||||
* | | | | started converting AS::TestCase to minitest | Aaron Patterson | 2012-01-06 | 1 | -2/+12 | |
| | | | | ||||||
* | | | | make sure the test case name is nil | Aaron Patterson | 2012-01-06 | 1 | -0/+8 | |
|/ / / | ||||||
* | | | removing unnecessary requires | Aaron Patterson | 2012-01-06 | 5 | -8/+3 | |
| | | | ||||||
* | | | just mix the run method in for minitest | Aaron Patterson | 2012-01-06 | 1 | -14/+11 | |
| | | | ||||||
* | | | rescue the assertion exception | Aaron Patterson | 2012-01-06 | 1 | -13/+8 | |
| | | | ||||||
* | | | add the class name to the assertion message | Aaron Patterson | 2012-01-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | use a regular expression for the number of passes. We only care that | Aaron Patterson | 2012-01-06 | 1 | -1/+1 | |
| | | | | | | | | all tests pass, not the number of tests. | |||||
* | | Merge pull request #4349 from lest/change-array-wrap-2 | Jeremy Kemper | 2012-01-06 | 1 | -1/+1 | |
|\ \ | | | | | | | Array.wrap is an overhead as there is already check for class | |||||
| * | | Array.wrap is an overhead as there is already check for class | Sergey Nartimov | 2012-01-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #4358 from castlerock/remove_plus_minus_support_for_ruby18 | Santiago Pastorino | 2012-01-06 | 1 | -23/+0 | |
|\ \ \ | | | | | | | | | revert "fixing some tests on ruby 1.9.3" | |||||
| * | | | revert "fixing some tests on ruby 1.9.3 SHA 33f222b" | Vishnu Atrai | 2012-01-07 | 1 | -23/+0 | |
| | | | | ||||||
* | | | | Merge pull request #4359 from Karunakar/logger | Santiago Pastorino | 2012-01-06 | 1 | -1/+0 | |
|\ \ \ \ | | | | | | | | | | | removed unnecessary require for activesupport/core_ext/array/wrap | |||||
| * | | | | removed unnecessary require for activesupport/core_ext/array/wrap | Karunakar (Ruby) | 2012-01-07 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | convert build_message to sprintf | Aaron Patterson | 2012-01-06 | 1 | -9/+5 | |
| | | | | | ||||||
* | | | | | use assert_equal and assert_operator | Aaron Patterson | 2012-01-06 | 1 | -5/+8 | |
| | | | | | ||||||
* | | | | | use sprintf rather than build_message | Aaron Patterson | 2012-01-06 | 1 | -4/+6 | |
| | | | | | ||||||
* | | | | | Just use assert_equal | Aaron Patterson | 2012-01-06 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | refactor assert_response | Aaron Patterson | 2012-01-06 | 1 | -7/+10 | |
| | | | | | ||||||
* | | | | | test response assertions | Aaron Patterson | 2012-01-06 | 4 | -11/+56 | |
| | | | | | ||||||
* | | | | | no need for assert_block | Aaron Patterson | 2012-01-06 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | stop using build_message for creating a string | Aaron Patterson | 2012-01-06 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | use assert_includes rather than calling includes? specifically | Aaron Patterson | 2012-01-06 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | just use assert and refute rather than building messages | Aaron Patterson | 2012-01-06 | 1 | -6/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #4357 from rafaelfranca/patch-1 | Aaron Patterson | 2012-01-06 | 2 | -20/+1 | |
|\ \ \ \ | |/ / / |/| | | | Remove more references to Test::Unit | |||||
| * | | | Remove more references to Test::Unit | Rafael Mendonça França | 2012-01-06 | 2 | -20/+1 | |
|/ / / | ||||||
* | | | Merge pull request #4356 from Karunakar/logger | Santiago Pastorino | 2012-01-06 | 1 | -1/+0 | |
|\ \ \ | | | | | | | | | removed unnessary require active_support/core_ext/array_wrap | |||||
| * | | | removed unnessary require active_support/core_ext/array_wrap | Karunakar (Ruby) | 2012-01-06 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge pull request #4327 from Karunakar/minor | Aaron Patterson | 2012-01-06 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | removed warning because logger.warn differentiate the warings | |||||
| * | | | removed warning because logger.warn differentiate the warings | Karunakar (Ruby) | 2012-01-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #4353 from dmathieu/hide_nil_unchecked_checkbox | José Valim | 2012-01-06 | 2 | -1/+9 | |
|\ \ \ \ | | | | | | | | | | | don't set the hidden checkbox value if it's nil | |||||
| * | | | | don't set the hidden checkbox value if it's nil | Damien Mathieu | 2012-01-06 | 2 | -1/+9 | |
|/ / / / | ||||||
* | | | | Merge pull request #4354 from rafaelfranca/patch-1 | Aaron Patterson | 2012-01-06 | 3 | -212/+30 | |
|\ \ \ \ | | | | | | | | | | | Remove some checks if MiniTest is defined | |||||
| * | | | | No need to check if MiniTest::Assertions is defined | Rafael Mendonça França | 2012-01-06 | 1 | -32/+30 | |
| | | | | | ||||||
| * | | | | Remove unneeded tests | Rafael Mendonça França | 2012-01-06 | 2 | -180/+0 | |
|/ / / / | ||||||
* | | | | We should finalize the routes as soon as possible and not wait for the ↵ | José Valim | 2012-01-06 | 2 | -3/+1 | |
| | | | | | | | | | | | | | | | | controller to be loaded. | |||||
* | | | | Do not stub id here | Santiago Pastorino | 2012-01-06 | 1 | -6/+6 | |
| | | | | ||||||
* | | | | Merge pull request #4351 from norman/multibyte | José Valim | 2012-01-06 | 3 | -5/+32 | |
|\ \ \ \ | | | | | | | | | | | Implement #swapcase and #swapcase! for multibyte strings | |||||
| * | | | | Improve doc consistency | Norman Clarke | 2012-01-06 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Implement Chars#swapcase. | Norman Clarke | 2012-01-06 | 3 | -2/+29 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #4350 from kennyj/improve_3694 | José Valim | 2012-01-06 | 1 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | Don't fork a process when assets:precompile:nondigest is invoked in assets:precompile:all. | |||||
| * | | | | Don't fork a process when assets:precompile:nondigest is invoked in ↵ | kennyj | 2012-01-06 | 1 | -3/+3 | |
|/ / / / | | | | | | | | | | | | | assets:precompile:all. Improve GH #3694. |