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

@@ -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}/)