Skip to content

Commit

Permalink
Removing slow features no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Feb 4, 2009
1 parent 1103bc1 commit 508e39e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion spec/fixtures/cucumber.yml
@@ -1,3 +1,2 @@
default: .
slow: slow
failing: failing.feature
4 changes: 0 additions & 4 deletions spec/fixtures/slow/first.feature

This file was deleted.

4 changes: 0 additions & 4 deletions spec/fixtures/slow/second.feature

This file was deleted.

4 changes: 0 additions & 4 deletions spec/fixtures/step_definitions/sample_steps.rb
Expand Up @@ -8,7 +8,3 @@
Given /^undefined$/ do
pending
end

Given /^wait (\d) seconds?$/ do |time|
sleep time.to_i
end

0 comments on commit 508e39e

Please sign in to comment.