File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 51
51
expect ( debug_client . get_treatments_with_config_by_flag_sets ( 'admin' , [ 'set_3' ] ) ) . to eq treatments
52
52
expect ( debug_client . get_treatment ( '24' , 'Test_Save_1' ) ) . to eq 'off'
53
53
expect ( debug_client . get_treatment ( '24' , 'Test_Save_1' ) ) . to eq 'off'
54
-
54
+ sleep 1
55
55
impressions = debug_client . instance_variable_get ( :@impressions_repository ) . batch
56
-
57
- sleep 0.5
58
-
59
56
expect ( impressions . size ) . to eq 7
60
57
end
61
58
74
71
75
72
impressions = debug_client . instance_variable_get ( :@impressions_repository ) . batch
76
73
77
- sleep 0.5
74
+ sleep 1
78
75
79
76
expect ( impressions . size ) . to eq 9
80
77
end
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Gem::Specification.new do |spec|
47
47
spec . add_development_dependency 'simplecov' , '~> 0.20'
48
48
spec . add_development_dependency 'simplecov-json' , '~> 0.2'
49
49
spec . add_development_dependency 'timecop' , '~> 0.9'
50
- spec . add_development_dependency 'webmock' , '~> 3.14 '
51
- spec . add_development_dependency 'webrick' , '~> 1.7 '
50
+ spec . add_development_dependency 'webmock' , '~> 3.24 '
51
+ spec . add_development_dependency 'webrick' , '~> 1.8.2 '
52
52
53
53
spec . add_runtime_dependency 'bitarray' , '~> 1.3'
54
54
spec . add_runtime_dependency 'concurrent-ruby' , '~> 1.0'
You can’t perform that action at this time.
0 commit comments