|
|
@ -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 |
|
|
|
# NOTE: We're bypassing the controller here because we're just |
|
|
|
# setting up the database for the actual tests. The actual tests, |
|
|
|
# setting up the database for the actual tests. The actual tests, |
|
|
|
# however, should NOT bypass the controller |
|
|
|
# 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 |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|