Commit 86b30810 authored by Eric Davis's avatar Eric Davis

Fix test so it will run in isolation

parent 1fae552c
...@@ -13,7 +13,7 @@ ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment