AutoCommit Son Sep 6 23:03:05 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-06 23:03:05 +02:00
parent b9079c0525
commit 8c2efffff4

View File

@@ -26,8 +26,10 @@ describe GremienController, :type => :view do
end
describe "GET new" do
subject(:action) { get :new, {}}
it "assigns a new gremium as @gremium" do
get :new, {}, valid_session
assigns(:gremium).should be_a_new(Gremium)
end
end