features/pending/pending.feature.rb in cucumber-compatibility-kit-12.0.0 vs features/pending/pending.feature.rb in cucumber-compatibility-kit-13.0.0
- old
+ new
@@ -1,11 +1,13 @@
+# frozen_string_literal: true
+
Given('an implemented step') do
# no-op
end
Given('a step that we expect to be skipped') do
# no-op
end
Given('a step that isnt implemented yet') do
'pending'
-end
\ No newline at end of file
+end