KnapsackPro/knapsack

View on GitHub
spec_examples/slow/b_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
describe 'Slow B', :focus do
  it { sleep 0.3 }
  it { sleep 0.2 }
  it { sleep 0.4 }
end