Fix test so it will run in isolation
This commit is contained in:
parent
1fae552c8f
commit
86b30810a4
@ -13,7 +13,7 @@
|
|||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
|
|
||||||
class JournalTest < ActiveSupport::TestCase
|
class JournalTest < ActiveSupport::TestCase
|
||||||
fixtures :issues, :issue_statuses, :journals
|
fixtures :issues, :issue_statuses, :journals, :enumerations
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
@journal = IssueJournal.find(1)
|
@journal = IssueJournal.find(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user