File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1159
1159
end
1160
1160
1161
1161
it "can reinitialize closed SDK" do
1162
- perform_basic_setup
1163
-
1164
1162
transport = Sentry . get_current_client . transport
1165
1163
1166
1164
expect do
@@ -1200,7 +1198,6 @@ def foo; end
1200
1198
end
1201
1199
1202
1200
it "does not prepend patch if not in enabled_patches" do
1203
- perform_basic_setup
1204
1201
expect ( target_class . ancestors ) . not_to include ( module_patch )
1205
1202
expect ( target_class . instance_methods ) . not_to include ( :foo )
1206
1203
end
@@ -1222,7 +1219,6 @@ def foo; end
1222
1219
end
1223
1220
1224
1221
it "does not call block if not in enabled_patches" do
1225
- perform_basic_setup
1226
1222
expect ( target_class . ancestors ) . not_to include ( module_patch )
1227
1223
expect ( target_class . instance_methods ) . not_to include ( :foo )
1228
1224
end
You can’t perform that action at this time.
0 commit comments