Skip to content

Commit e8566fb

Browse files
authored
Fix missing OpenStruct in raven CI (#2480)
1 parent 0f0666c commit e8566fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry-raven/spec/raven/json_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# JSON impl we use handles it in the way that we expect.
33

44
require 'spec_helper'
5+
require 'ostruct'
56

67
RSpec.describe JSON do
78
data = [

0 commit comments

Comments
 (0)