AutoCommit Don Sep 3 10:03:06 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-03 10:03:06 +02:00
parent 889d7ac3d0
commit e7c21ad95b
4 changed files with 56 additions and 6 deletions

View File

@@ -26,6 +26,6 @@ describe "fetprofiles/index" , :type=>:view do
expect(rendered).to match(/#{@fetprofile4.vorname}/)
expect(rendered).to match(/#{@fetprofile4.nachname}/)
# expect(rendered).to have_tag("fetprofile_#{@fetprofile1.id}")
end
end

View File

@@ -60,7 +60,7 @@ end
it "renders public attributes" do
render
expect(rendered).to match(/#{@fetprofile.vorname}/)
expect(rendered).to match(/#{@fetprofile.nachname}/)
expect(rendered).to match(/#{@fetprofile.nachname}/)
expect(rendered).to match(/#{@fetprofile.desc}/)
expect(rendered).to match(/#{@fetprofile.fetmail}/)