OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/features/step_definitions/board_steps.rb

3 lines
190 B

Given(/^there is a board "(.*?)" for project "(.*?)"$/) do |board_name, project_identifier|
FactoryGirl.create :board, :project => get_project(project_identifier), :name => board_name
end