Skip to content

Commit

Permalink
Merge 274de14 into 2fe70d6
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Jun 9, 2016
2 parents 2fe70d6 + 274de14 commit 0d0d528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/acceptance_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _add_changes(type, changes, dst)
dst[type].sort!

rescue RuntimeError => e
raise unless e.message == "can't modify frozen Hash"
raise unless /can't modify frozen(?: instance of)? Hash/ =~ e.message

# Show how by much the changes missed the timeout
change_offset = @timed_changes.change_offset
Expand Down

0 comments on commit 0d0d528

Please sign in to comment.