1. Please launch in terminal "which ruby" 2. Also wich working directory do you use in terminal and which one is set in your JSONWrapperTest run configuration setting (in RubyMine)
Are you sure that rack/test problem appears only in RubyMine and isn't reproducible in console? Please launch
$ gem environment
in console and attach screenshot of RubyMine | Tools | Show Gem Environment. Probably problem is in gem paths. ----- I've clone your git repo and I've opened project in RubyMine
1. test/jsonp_wrapper_test.rb:2:in `require': no such file to load -- rack/test (LoadError) 2. I've installed "rack-test 0.5.3", "fake-web 0.5.8", "json 1.2.0" gems
Hello,
1. Please launch in terminal "which ruby"
2. Also wich working directory do you use in terminal and which one is set in your JSONWrapperTest run configuration setting (in RubyMine)
1. Ruby binaries are the same.


➤ which ruby
/usr/local/bin/ruby
➤ ls -la /usr/bin/ruby
lrwxr-xr-x 1 root wheel 19 May 5 2009 /usr/bin/ruby -> /usr/local/bin/ruby
2. The directory: /Users/nikitavasilev/Sites/heroku/jsonp
I don't know what changed, but now I have different error message:
Are you sure that rack/test problem appears only in RubyMine and isn't reproducible in console? Please launch
in console and attach screenshot of RubyMine | Tools | Show Gem Environment. Probably problem is in gem paths.
-----
I've clone your git repo and I've opened project in RubyMine
1. test/jsonp_wrapper_test.rb:2:in `require': no such file to load -- rack/test (LoadError)
2. I've installed "rack-test 0.5.3", "fake-web 0.5.8", "json 1.2.0" gems
RubyMine | Tools | Show Gem Environment