features/step_definitions/fork_steps.rb in pickle-0.4.11 vs features/step_definitions/fork_steps.rb in pickle-0.5.0

- old
+ new

@@ -1,4 +1,4 @@ # example of making your own matcher with the pickle backend Then(/^#{capture_model} should be tine of #{capture_model}$/) do |tine, fork| - model(fork).tines.should include(model(tine)) -end \ No newline at end of file + expect(model(fork).tines).to include(model(tine)) +end