Sha256: 7d30acc0f3ed0f038dd2c76c8cc6a0074f89572210566584a488e183cb87ca84

Contents?: true

Size: 190 Bytes

Versions: 11

Compression:

Stored size: 190 Bytes

Contents

Given(/^a$/) do
  sleep 0.10
end

When(/^b$/) do
  sleep 0.25
end

When(/^bad$/) do
  if ENV["FAIL"]
    1.should == 0
  else
    1.should == 1
  end
end

Then(/^c$/) do
  1.should == 1
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
test-queue-0.7.0 test/samples/features/step_definitions/common.rb
test-queue-0.6.0 test/samples/features/step_definitions/common.rb
test-queue-0.5.0 test/samples/features/step_definitions/common.rb
test-queue-patched-0.4.5 test/samples/features/step_definitions/common.rb
test-queue-patched-0.4.4 test/samples/features/step_definitions/common.rb
test-queue-patched-0.4.3 test/samples/features/step_definitions/common.rb
test-queue-0.4.2 test/samples/features/step_definitions/common.rb
test-queue-0.4.1 test/samples/features/step_definitions/common.rb
test-queue-0.4.0 test/samples/features/step_definitions/common.rb
test-queue-0.3.1 test/samples/features/step_definitions/common.rb
test-queue-0.3.0 test/samples/features/step_definitions/common.rb