Testen eines Tests für Modulgruppe
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ModulgruppeTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
test "should not be valid without name" do
|
||||
mg=Modulgruppe.new();
|
||||
mg.should_not be_valid;
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user