timocratic (owner)

Revisions

gist: 132021 Download_button fork
public
Public Clone URL: git://gist.github.com/132021.git
Embed All Files: show embed
stupid_test_helper_require.rb #
1
2
3
4
5
unless defined?(TEST_ROOT)
  TEST_ROOT = File.expand_path(File.join(File.dirname(__FILE__),'..'))
  $LOAD_PATH.unshift(TEST_ROOT)
end
require 'test_helper'