forked from bofh/fetsite
AutoCommit Mon Aug 31 22:03:01 CEST 2015
This commit is contained in:
@@ -8,7 +8,7 @@ describe "fetprofiles/show" do
|
|||||||
:short => "Short",
|
:short => "Short",
|
||||||
:fetmailalias => "Fetmailalias",
|
:fetmailalias => "Fetmailalias",
|
||||||
:desc => "MyText",
|
:desc => "MyText",
|
||||||
:picture => "Picture",
|
|
||||||
:active => false
|
:active => false
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
@@ -21,7 +21,7 @@ describe "fetprofiles/show" do
|
|||||||
rendered.should match(/Short/)
|
rendered.should match(/Short/)
|
||||||
rendered.should match(/Fetmailalias/)
|
rendered.should match(/Fetmailalias/)
|
||||||
rendered.should match(/MyText/)
|
rendered.should match(/MyText/)
|
||||||
rendered.should match(/Picture/)
|
|
||||||
rendered.should match(/false/)
|
rendered.should match(/false/)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user