yujinakayama / transpec

The RSpec syntax converter
http://yujinakayama.me/transpec/
MIT License
1.01k stars 52 forks source link

NoMethodError: undefined method `this' for #<Gem::Specification:0x1ff2 transpec-3.2.2> #119

Closed dennis-d closed 8 years ago

dennis-d commented 8 years ago

JRuby 1.7.24

When running transpec command in rails folder I get this exception, mri version seems to be fine.

NoMethodError: undefined method `this' for # method_missing at org/jruby/RubyBasicObject.java:1555 method_missing at /Users/dennis/.rvm/rubies/jruby-1.7.24/lib/ruby/shared/rubygems/specification.rb:2162 find_active_stub_by_path at /Users/dennis/.rvm/rubies/jruby-1.7.24/lib/ruby/shared/rubygems/specification.rb:1057 require at /Users/dennis/.rvm/rubies/jruby-1.7.24/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:64 (root) at /Users/dennis/.rvm/gems/jruby-1.7.24/gems/transpec-3.2.2/bin/transpec:5 load at org/jruby/RubyKernel.java:1059 (root) at /Users/dennis/.rvm/gems/jruby-1.7.24/bin/transpec:1 eval at org/jruby/RubyKernel.java:1079 (root) at /Users/dennis/.rvm/gems/jruby-1.7.24/bin/jruby_executable_hooks:15

yujinakayama commented 8 years ago

Seems to be duplicate of #114.