Commit cc0c2165 authored by Eric Davis's avatar Eric Davis

[#123] Fix test on postgres, .first isn't based on ORDER

parent 65953cdc
......@@ -21,7 +21,7 @@ class JournalTest < ActiveSupport::TestCase
fixtures :issues, :issue_statuses, :journals
def setup
@journal = IssueJournal.first
@journal = IssueJournal.find(1)
end
def test_journalized_is_an_issue
......
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