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/support/setup.rb

7 lines
270 B

# #Seed the DB
# Before do
# Fixtures.reset_cache
# fixtures_folder = File.join(RAILS_ROOT, 'test', 'fixtures')
# fixtures = Dir[File.join(fixtures_folder, '*.yml')].map {|f| File.basename(f, '.yml') }
# Fixtures.create_fixtures(fixtures_folder, fixtures)
# end