AutoCommit Mon Aug 31 22:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-31 22:03:01 +02:00
parent 8c1e430bb2
commit 221bd95cbf

View File

@@ -8,7 +8,7 @@ describe "fetprofiles/show" do
:short => "Short",
:fetmailalias => "Fetmailalias",
:desc => "MyText",
:picture => "Picture",
:active => false
))
end
@@ -21,7 +21,7 @@ describe "fetprofiles/show" do
rendered.should match(/Short/)
rendered.should match(/Fetmailalias/)
rendered.should match(/MyText/)
rendered.should match(/Picture/)
rendered.should match(/false/)
end
end