summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-16 11:05:40 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-16 11:05:40 +0100
commitd0bcff7c2fbc990afda42fee4f121bfa81f9c019 (patch)
tree5b3685d7439753951a04a84cd532b0c6772061ac
parent7f05ff56fbd39e627c9cb0f9c1c5c74add678caa (diff)
toxcreate adapted for new representation
-rw-r--r--features/support/hooks.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/features/support/hooks.rb b/features/support/hooks.rb
index 32ab843..0bc5f6f 100644
--- a/features/support/hooks.rb
+++ b/features/support/hooks.rb
@@ -3,7 +3,6 @@ Before do
end
After do |scenario|
-=begin
@resources.uniq!
@resources.each do |resource|
begin
@@ -12,5 +11,4 @@ After do |scenario|
puts "Cannot delete " + resource
end
end
-=end
end