Skip to content

Instantly share code, notes, and snippets.

@MiroslavCsonka
Created March 13, 2015 17:46
Show Gist options
  • Select an option

  • Save MiroslavCsonka/a0948c52257f10dd78d0 to your computer and use it in GitHub Desktop.

Select an option

Save MiroslavCsonka/a0948c52257f10dd78d0 to your computer and use it in GitHub Desktop.
Cucumber transformation
Transform /^(-?\d+)$/ do |num|
num.to_i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment