diff --git a/test/unit/grader_process_test.rb b/test/unit/grader_process_test.rb new file mode 100644 --- /dev/null +++ b/test/unit/grader_process_test.rb @@ -0,0 +1,8 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class GraderProcessTest < ActiveSupport::TestCase + # Replace this with your real tests. + def test_truth + assert true + end +end