1. 04 Apr, 2014 3 commits
  2. 21 Mar, 2014 1 commit
  3. 13 Mar, 2014 1 commit
  4. 11 Mar, 2014 2 commits
    • Don't spoof-check files with no extensions · 263a4981
      There's nothing they can be spoofing, and there's little danger of a
      webserver accidentally sending a dangerous Content-Type with a file that
      has no extension. If the browser chooses to interpret it in a dangerous
      manner, no server-side library on earth can change that.
      
      This isn't specifically related to RSpec, but is built off the branch
      and is part of an effort to get the CI build green.
      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
  5. 04 Mar, 2014 3 commits
  6. 26 Feb, 2014 1 commit
    • Don't use --mime-type · ea922128
      The `file` command on OS X takes the --mime-type option, which returns
      only the type and not the optional encoding. This is nice, but it's not
      portable. Use --mime and strip the encoding off if it's there.
      
      And don't forget this time.
      Jon Yurek committed
  7. 25 Feb, 2014 1 commit
  8. 21 Feb, 2014 1 commit
  9. 14 Feb, 2014 7 commits
  10. 11 Feb, 2014 1 commit
  11. 07 Feb, 2014 5 commits
  12. 31 Jan, 2014 3 commits
  13. 29 Jan, 2014 3 commits
  14. 24 Jan, 2014 1 commit
  15. 10 Jan, 2014 1 commit
  16. 08 Jan, 2014 1 commit
  17. 03 Jan, 2014 2 commits
  18. 02 Jan, 2014 3 commits