mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-29 04:06:11 +01:00
Eliminate all last traces of apply_behavior
This commit is contained in:
parent
686086dcdf
commit
7ef91403f1
3 changed files with 0 additions and 13 deletions
|
|
@ -5,7 +5,6 @@ describe "/notes/_notes.rhtml" do
|
|||
@project = mock_model(Project, :name => "a project")
|
||||
@note = mock_model(Note, :body => "this is a note", :project => @project, :project_id => @project.id,
|
||||
:created_at => Time.now, :updated_at? => false)
|
||||
# @controller.template.stub!(:apply_behavior)
|
||||
@controller.template.stub!(:format_date)
|
||||
# @controller.template.stub!(:render)
|
||||
# @controller.template.stub!(:form_remote_tag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue