Displaying 1 result from an estimated 1 matches for "contact_app".
Did you mean:
contact_acl
2012 Jan 15
2
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. (rspec + haml)
...amount of these messages:
DEPRECATION WARNING: Passing a template handler in the template name is
deprecated. You can simply remove the handler name or pass render :handlers
=> [:haml] instead. (called from block (2 levels) in <top (required)> at
/home/peterv/data/backed_up/projects/code/contact_app/spec/views/contacts/new.html.haml_spec.rb:12)
.
The offending code seems to be:
spec/views/contacts$ cat -n new.html.haml_spec.rb
1 require ''spec_helper''
2
3 describe "contacts/new.html.haml" do
4 before(:each) do
5 assign(:c...