1. 11 Mar, 2014 4 commits
    • Put methods from spec/spec_helper in spec/support · c9e3df3f
      There were a bunch of free-floating methods in spec_helper. They were
      pulled over from test/helper, but they shouldn't be there. Move them
      into appropriate modules in spec/support. This commit also cleans up the
      "should_accept/reject_dummy_class methods in favor of using proper
      matchers directly. This commit should probably not get squashed or git
      will likely forget that those matcher specs are the same file because of
      how much changed.
      Jon Yurek committed
    • 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 1 commit