Skip to content

Commit

Permalink
clean up empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
7even committed Apr 27, 2012
1 parent 9d630d4 commit 804db94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions railties/test/queueing/test_queue_test.rb
Expand Up @@ -27,14 +27,14 @@ def test_contents

def test_order
time1 = time2 = nil

job1 = Job.new(1) { time1 = Time.now }
job2 = Job.new(2) { time2 = Time.now }

@queue.push job1
@queue.push job2
@queue.drain

assert time1 < time2, "Jobs run in the same order they were added"
end

Expand Down

0 comments on commit 804db94

Please sign in to comment.