Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Mar 18, 2021
1 parent 0f889e1 commit d8e5366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/redmine_custom_workflows/test/unit_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ class UnitTest < ActiveSupport::TestCase
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
end

0 comments on commit d8e5366

Please sign in to comment.