Closed jacob-ewald closed 1 year ago
The map_column! and map_headers! methods were removed. Also needed to relax the json restriction to allow for newer gem versions, which avoids an error (wrong number of arguments (given 2, expected 1)) when we require 'cucumber' in the Rakefile.
map_column!
map_headers!
json
wrong number of arguments (given 2, expected 1)
require 'cucumber'
The
map_column!
andmap_headers!
methods were removed. Also needed to relax thejson
restriction to allow for newer gem versions, which avoids an error (wrong number of arguments (given 2, expected 1)
) when werequire 'cucumber'
in the Rakefile.