File: a_spec.rb

package info (click to toggle)
ruby-knapsack 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,092 kB
  • sloc: ruby: 2,883; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# this file should not be included in knapsack_rspec_report.json
describe 'Leftover Slow A' do
  it { sleep 1 }
  it { sleep 0.1 }
  it { sleep 0.5 }
  it { sleep 3 }
  it { sleep 1 }
end