Skip to content

Commit

Permalink
update fixture steps so that cucumber -S can be successfully executed
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Mar 19, 2009
1 parent bd4cc7f commit d5c52bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
@@ -1,5 +1,3 @@
steps_for(:non_standard_steps) do
Given "non standard step" do

end
Given "non standard step" do

end
4 changes: 0 additions & 4 deletions Support/fixtures/features/step_definitions/basic_steps.rb
@@ -1,7 +1,3 @@
# require and include should be ignored for completion
require 'not_here'
include NonExistent

Given "Basic step (given)" do
Foo.should_not_error
end
Expand Down
8 changes: 0 additions & 8 deletions Support/fixtures/features/step_definitions/global_steps.rb
Expand Up @@ -5,11 +5,3 @@
Given "another global step" do

end

When "global step" do

end

Then "global step" do

end

0 comments on commit d5c52bb

Please sign in to comment.