josephwilk / pairwise

Ruby based tool for selecting a smaller number of test input combinations (using pairwise generation) rather than exhaustively testing all possible permutations.
http://wiki.github.com/josephwilk/pairwise
MIT License
83 stars 15 forks source link

syck was replaced by psych in Ruby 2.0.0, not 2.2.0. #5

Closed cyclotron3k closed 8 years ago

cyclotron3k commented 8 years ago

I'm using 2.0.0 and getting the warning message: syck has been removed, psych is used instead

More info

josephwilk commented 8 years ago

Thanks!