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 5151 expect ( debug_client . get_treatments_with_config_by_flag_sets ( 'admin' , [ 'set_3' ] ) ) . to eq treatments
5252 expect ( debug_client . get_treatment ( '24' , 'Test_Save_1' ) ) . to eq 'off'
5353 expect ( debug_client . get_treatment ( '24' , 'Test_Save_1' ) ) . to eq 'off'
54-
54+ sleep 1
5555 impressions = debug_client . instance_variable_get ( :@impressions_repository ) . batch
56-
57- sleep 0.5
58-
5956 expect ( impressions . size ) . to eq 7
6057 end
6158
7471
7572 impressions = debug_client . instance_variable_get ( :@impressions_repository ) . batch
7673
77- sleep 0.5
74+ sleep 1
7875
7976 expect ( impressions . size ) . to eq 9
8077 end
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Gem::Specification.new do |spec|
4747 spec . add_development_dependency 'simplecov' , '~> 0.20'
4848 spec . add_development_dependency 'simplecov-json' , '~> 0.2'
4949 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 '
5252
5353 spec . add_runtime_dependency 'bitarray' , '~> 1.3'
5454 spec . add_runtime_dependency 'concurrent-ruby' , '~> 1.0'
You can’t perform that action at this time.
0 commit comments