1. 11 Mar, 2014 2 commits
    • Convert all of the tests from test/unit to RSpec · 1f3a7467
      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
  2. 04 Mar, 2014 4 commits
  3. 28 Feb, 2014 1 commit
  4. 26 Feb, 2014 2 commits
  5. 25 Feb, 2014 1 commit
  6. 22 Feb, 2014 1 commit
  7. 21 Feb, 2014 6 commits
  8. 20 Feb, 2014 1 commit
  9. 16 Feb, 2014 1 commit
  10. 14 Feb, 2014 8 commits
  11. 11 Feb, 2014 1 commit
  12. 07 Feb, 2014 8 commits
  13. 05 Feb, 2014 1 commit
  14. 31 Jan, 2014 3 commits