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

class GemeinschaftSetupTest < ActiveSupport::TestCase
  def test_should_have_a_valid_factory
    assert Factory.build(:gemeinschaft_setup).valid?
  end
end