AutoCommit Sam Sep 12 12:03:06 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-12 12:03:06 +02:00
parent cfb42584e1
commit 3d87ce6fd2
5 changed files with 36 additions and 36 deletions

View File

@@ -14,6 +14,8 @@ describe Gremium do
g = FactoryGirl.build(:gremium)
g.send("#{attr}=".to_sym,nil)
expect(g).not_to be_valid
expect(g.errors[attr]).to have_at_least(1).items
end
end
it "is in tabs if typ is 1 or 3" do