AutoCommit Sam Sep 12 11:03:02 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-12 11:03:02 +02:00
parent 52dac513f7
commit cfb42584e1
15 changed files with 75 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
require 'spec_helper'
describe Modulgruppe do
describe Modulgruppe, :type =>:model do
it "should not be valid without studium" do
mg=FactoryGirl.build(:modulgruppe)
mg.should_not be_valid
@@ -42,5 +42,7 @@ describe Modulgruppe do
mg.should be_valid
end
pending "add some examples to (or delete) #{__FILE__}"
pending "DRY #{__FILE__}"
end