mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Fix the order of receivers in the DotHelper specs
This should fix occasional build failure on CI.
This commit is contained in:
parent
4f93db60e7
commit
faa2789a0c
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ describe DotHelper do
|
|||
]
|
||||
@foo.reload
|
||||
@bar2.reload
|
||||
|
||||
# Fix the order of receivers
|
||||
@agents.each do |agent|
|
||||
stub.proxy(agent).receivers { |orig| orig.order(:id) }
|
||||
end
|
||||
end
|
||||
|
||||
it "generates a DOT script" do
|
||||
|
|
Loading…
Add table
Reference in a new issue