update fixtures and tests to include second department/quiz

This commit is contained in:
Mark Moser
2017-05-04 07:49:10 -05:00
parent 255e430abd
commit 47054265c8
10 changed files with 212 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ require 'test_helper'
class ReviewerReminderTest < ActiveSupport::TestCase
test "collection is created with results" do
reminders = ReviewerReminder.new
assert_equal 6, reminders.size
assert_equal 8, reminders.size
end
test "each reminder has needed attributes" do