Skip to content

Commit 330f735

Browse files
committed
require ostruct explicitly in spec that uses it
1 parent 04da11f commit 330f735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/inertia/ssr_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'net/http'
2-
# require 'ostruct
2+
require 'ostruct'
33

44
RSpec.describe 'inertia ssr', type: :request do
55
context 'ssr is enabled' do

0 commit comments

Comments
 (0)