Added shebangs and require 'test_helper' to all tests, so that they can be run standalone

This commit is contained in:
Alexey Verkhovsky 2005-01-16 22:40:44 +00:00
parent ef65e5e78a
commit ab63f1449d
12 changed files with 40 additions and 18 deletions

View file

@ -1,4 +1,6 @@
require 'test/unit'
#!/bin/env ruby
require File.dirname(__FILE__) + '/../test_helper'
require 'diff'
include Diff