Sha256: 209d28e3e265651e65f2cad7f365a9341058cf9dd5ce78e3ed5495647d7123de
Contents?: true
Size: 538 Bytes
Versions: 5
Compression:
Stored size: 538 Bytes
Contents
# frozen_string_literal: true require_relative 'spec/spec_helper' describe RainbowFormatter do before do sleep(0.5) # Just to slow it down a little :-) end 15.times do it 'Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..' do expect(0).to eql(0) end it 'Another passed' do expect(0).to eql(0) end it 'One failed' do expect(0).to eql(1) end it 'pending specs' if [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1].sample == 1 end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rainbow_formatter-0.2.0 | demo.rb |
rainbow_formatter-0.1.9 | demo.rb |
rainbow_formatter-0.1.8 | demo.rb |
rainbow_formatter-0.1.7 | demo.rb |
rainbow_formatter-0.1.5 | demo.rb |