#3178: cukefix: using Impediment class to create impediments

pull/6827/head
Jens Ulferts 14 years ago
parent 823eb1a9bb
commit 6f31f47cd2
  1. 2
      features/step_definitions/_given_steps.rb

@ -179,7 +179,7 @@ Given /^the [pP]roject(?: "([^\"]*)")? has the following impediments:$/ do |proj
# NOTE: We're bypassing the controller here because we're just
# setting up the database for the actual tests. The actual tests,
# however, should NOT bypass the controller
Task.create_with_relationships(params, author.id, project.id)
Impediment.create_with_relationships(params, author.id, project.id)
end
end

Loading…
Cancel
Save