Show More
Commit Description:
added submission_status to store grading results, first page shows only unpassed problems.
Commit Description:
added submission_status to store grading results, first page shows only unpassed problems.
References:
File last commit:
Show/Diff file:
Action:
test/unit/submission_status_test.rb
| 8 lines
| 163 B
| text/x-ruby
| RubyLexer
|
|
r216 | require 'test_helper' | ||
class SubmissionStatusTest < ActiveSupport::TestCase | ||||
# Replace this with your real tests. | ||||
test "the truth" do | ||||
assert true | ||||
end | ||||
end | ||||