forked from bofh/fetsite
AutoCommit Don Sep 3 10:03:06 CEST 2015
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user