mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-22 16:31:12 +00:00
Add minimal fixture for issues_pdf_test (#12510).
Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17212 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9520b4944e
commit
5ed4031b64
@ -18,6 +18,9 @@
|
||||
require File.expand_path('../../../../../../test_helper', __FILE__)
|
||||
|
||||
class IssuesPdfHelperTest < ActiveSupport::TestCase
|
||||
fixtures :users, :projects, :roles, :members, :member_roles,
|
||||
:enabled_modules, :issues, :trackers, :enumerations
|
||||
|
||||
include Redmine::Export::PDF::IssuesPdfHelper
|
||||
|
||||
def test_fetch_row_values_should_round_float_values
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user