KnapsackPro/knapsack

View on GitHub
spec_examples/slow/a_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
describe 'Slow A', :focus do
  it { sleep 1 }
  it { sleep 0.1 }
  it { sleep 0.5 }
end