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

uninitialized constant Psych::ENGINE (NameError) #7

Open rsporny opened 7 years ago

rsporny commented 7 years ago

Hi,

running

pairwise inputs.yml

causes this error

/usr/local/lib/ruby/gems/2.4.0/gems/pairwise-0.2.1/lib/pairwise.rb:16:in '<top (required)>': uninitialized constant Psych::ENGINE (NameError) from /usr/local/Cellar/ruby/2.4.1_1/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in 'require' from /usr/local/Cellar/ruby/2.4.1_1/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in 'require' from /usr/local/lib/ruby/gems/2.4.0/gems/pairwise-0.2.1/bin/pairwise:4:in '<top (required)>' from /usr/local/bin/pairwise:22:in 'load' from /usr/local/bin/pairwise:22:in '<main>'

rsporny commented 7 years ago

Are you going to support newer Ruby versions?

turboladen commented 7 years ago

I'm getting this too.

turboladen commented 7 years ago

@rsporny looks like it works if I use master.

Vishakha-singal commented 6 years ago

I am getting this too. @turboladen I did not understand what you mean by using through master.

turboladen commented 6 years ago

@Vishakha-singal I mean that it works if I use the master branch from this repository.

webdev36 commented 3 years ago

How can I solve this issue? NameError: uninitialized constant Psych::ENGINE ruby version is 2.5.3, rails version is 4.0.0