Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
knapsack / spec_examples / slow / c_spec.rb
Size: Mime:
describe 'Slow C', :focus do
  it { sleep 0.8 }
  it { sleep 0.1 }
  it { sleep 0.1 }
end