Remove superfluous comment

pull/1432/head
Hagen Schink 11 years ago
parent d6ad71d0db
commit cbb288dba4
  1. 1
      spec/controllers/copy_projects_controller_spec.rb

@ -72,7 +72,6 @@ describe CopyProjectsController do
end
def copy_project(project)
#Delayed::Worker.delay_jobs = false
post 'copy',
:id => project.id,
:project => project.attributes.reject { |k,v| v.nil? }.merge({ :identifier => "copy", :name => "copy" })

Loading…
Cancel
Save