From 221bd95cbf2253249e0e430c633dafdadd94d923 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Mon, 31 Aug 2015 22:03:01 +0200 Subject: [PATCH] AutoCommit Mon Aug 31 22:03:01 CEST 2015 --- spec/views/fetprofiles/show.html.erb_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/views/fetprofiles/show.html.erb_spec.rb b/spec/views/fetprofiles/show.html.erb_spec.rb index dee3f2d..1e4294e 100644 --- a/spec/views/fetprofiles/show.html.erb_spec.rb +++ b/spec/views/fetprofiles/show.html.erb_spec.rb @@ -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