class TestSet < ActiveRecord::Base
attr_accessible :challenge_id, :input, :output
belongs_to :challenge
end