Files
fizzy/test/models/assignment_test.rb
T
Jason Zimdars 56c7fe4abb Add assignees to a bubble WIP
- Still needs UI to display multiple assignees
- Still needs UI for changing/removing assignees
2024-09-17 17:10:23 -05:00

8 lines
124 B
Ruby

require "test_helper"
class AssignmentTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end