This commit is contained in:
Mark Moser
2016-11-17 22:43:19 -06:00
parent 85674b40a6
commit 37aa17ec1f
9 changed files with 451 additions and 3 deletions

View File

@ -0,0 +1,8 @@
# frozen_string_literal: true
require 'test_helper'
class ReviewerVoteTest < ActiveSupport::TestCase
test "the truth" do
assert ReviewerVoteTest
end
end