examples/test_spec.rb in rutabaga-2.1.6 vs examples/test_spec.rb in rutabaga-3.0.0

- old
+ new

@@ -1,10 +1,8 @@ require 'spec_helper' describe "should find the feature file using the root (and monkey patching the result)" do - it "examples/test2.feature" do - feature - end + feature "examples/test2.feature" step "that :first + :second is calculated" do |first, second| @first = first @second = second end