examples/tickets/features/step_definitons/tickets_steps.rb in kosmas58-cucumber-0.2.3.3 vs examples/tickets/features/step_definitons/tickets_steps.rb in kosmas58-cucumber-0.3.9.4
- old
+ new
@@ -1,13 +1,6 @@
require 'spec/expectations'
-World do
- Object.new
-end
-
-After do |scenario|
-end
-
Given "be_empty" do
[1,2].should_not be_empty
end
Given "nested step is called" do