features/gurke/step_specific_definitions.feature in gurke-2.3.0 vs features/gurke/step_specific_definitions.feature in gurke-2.4.0

- old
+ new

@@ -19,10 +19,10 @@ And a file "features/support/steps/test_steps.rb" with the following content exists """ require 'test/unit/assertions' module Steps - include MiniTest::Assertions + include Test::Unit::Assertions Given(/^I am "(.+)"$/) do |name| @me = name end