diff --git a/lib/redmine_custom_workflows/test/unit_test.rb b/lib/redmine_custom_workflows/test/unit_test.rb index 3e7b0b3..729602f 100644 --- a/lib/redmine_custom_workflows/test/unit_test.rb +++ b/lib/redmine_custom_workflows/test/unit_test.rb @@ -30,11 +30,10 @@ module RedmineCustomWorkflows def self.fixtures(*table_names) dir = File.join( File.dirname(__FILE__), '../../../test/fixtures') table_names.each do |x| - Rails.logger.info ">>> #{dir}/#{x}.yml" ActiveRecord::FixtureSet.create_fixtures(dir, x) if File.exist?("#{dir}/#{x}.yml") end super(table_names) end end end -end \ No newline at end of file +end