Drop force_attributes, since we no longer use it

pull/6827/head
Mohamed Wael Khobalatte 9 years ago
parent 9ef05846e7
commit a6aeab04b8
  1. 2
      features/step_definitions/_given_steps.rb

@ -224,7 +224,7 @@ Given /^the [pP]roject(?: "([^\"]*)")? has the following work_packages:$/ do |pr
# setting up the database for the actual tests. The actual tests,
# however, should NOT bypass the controller
work_package = WorkPackage.new
work_package.force_attributes = params
work_package.attributes = params
work_package.save!
end
end

Loading…
Cancel
Save