All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gallio.RSpec.libs.rspec-1.2.7.examples.failing.timeout_behaviour.rb Maven / Gradle / Ivy

The newest version!
require File.dirname(__FILE__) + '/spec_helper'

describe "Something really slow" do
  it "should be failed by RSpec when it takes longer than --timeout" do
    sleep(2)
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy