Show More
Commit Description:
added rspec test for grader_message...
Commit Description:
added rspec test for grader_message
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@387 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
judge/scripts/config/env_exam.rb.SAMPLE
| 20 lines
| 606 B
| text/plain
| TextLexer
|
|
r176 | # | ||
# See documentation in lib/configuration.rb | ||||
# | ||||
Grader::Initializer.run do |config| | ||||
config.problems_dir = GRADER_ROOT + "/../ev" | ||||
config.user_result_dir = GRADER_ROOT + "/../result" | ||||
config.talkative = true | ||||
config.logging = true | ||||
config.log_dir = GRADER_ROOT + "/../log" | ||||
config.report_grader = true | ||||
config.test_request_input_base_dir = RAILS_ROOT + "/data/test_request/input" | ||||
config.test_request_output_base_dir = RAILS_ROOT + "/data/test_request/output" | ||||
config.test_request_problem_templates_dir = config.problems_dir + "/test_request" | ||||
config.comment_report_style = :short | ||||
end | ||||