summaryrefslogtreecommitdiff
path: root/test/unit/group_test.rb
blob: 68ecdc0ec6b41d946eb77fd7542ae9aa4a82b857 (plain)
1
2
3
4
5
6
7
require 'test_helper'

class GroupTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert Group.new.valid?
  end
end