KnapsackPro/knapsack

View on GitHub
spec_examples/slow/c_spec.rb

Summary

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