- 11 Mar, 2014 2 commits
-
-
Jon Yurek committed
-
This is a big one. This change converts all of the existing tests from test/unit to RSpec. It's been a long time coming, and was specifically prompted by the inability of minitest to work with Appraisal across the various Rails versions. Instead of ironing out that headache, converting to RSpec was preferable (after initial probing). Many assertions are still assertions and are housed in the Assertions module, but they should be converted as they get touched. Similarly, since we're touching all the tests/specs, we convert all the hashes from 1.8 syntax to 1.9 syntax.
Jon Yurek committed
-
- 06 Jun, 2012 1 commit
-
-
Juanjo Bazán committed
-
- 20 Jun, 2011 1 commit
-
-
There's a case when you really don't want to make a thumbnail of only the first frame, such as making thumbnail for GIF image. This patch will check that the source and output format is an animated format, and not calling `[0]` on it. Closes #454
Prem Sichanugrist committed
-