aboutsummaryrefslogtreecommitdiff
path: root/test/test_helper.rb
blob: 2e33705c913c0f434d13a7739d0a333c6e6c7763 (plain)
1
2
3
4
5
6
7
8
9
require 'test/unit'

# Add test libraries you want to use here, e.g. mocha

class Test::Unit::TestCase

  # Add global extensions to the test case class here
  
end