Skip to content

Commit 0d2b6f5

Browse files
committed
xit -> unimplemented it
1 parent 506452b commit 0d2b6f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/app_size_metrics_payload_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@
8585

8686
describe '#send_metrics' do
8787
context 'when using file:// scheme for the URL' do
88-
xit 'writes the payload uncompressed to a file when disabling gzip'
89-
xit 'writes the payload compressed to a file when enabling gzip'
88+
it 'writes the payload uncompressed to a file when disabling gzip'
89+
it 'writes the payload compressed to a file when enabling gzip'
9090
end
9191

9292
context 'when using non-file:// scheme for the URL' do
93-
xit 'sends the payload uncompressed to the server and with the right headers when disabling gzip'
94-
xit 'writes the payload compressed to the server and with the right headers when enabling gzip'
93+
it 'sends the payload uncompressed to the server and with the right headers when disabling gzip'
94+
it 'writes the payload compressed to the server and with the right headers when enabling gzip'
9595
end
9696
end
9797
end

0 commit comments

Comments
 (0)