Sinatra jump to test/test subject

Hello!

I have small project in Sinatra with class Project (lib/project.rb) in my lib directory, I have also ProjectTest class (test/project_test.rb). Bur when I try to Go to/Test nothing happen. I use RM 2.0.2 and I know that Sinatra support is planned in future releases but I thought that this feature work. Should I rename/relocate my files or so?

0

Hello Sebastian,

The test/code navigation logic in RubyMine is not specific to any framework,
and should work correctly in this case. If you're using Ruby 1.9, please
make sure that you have the test-unit gem attached to your project.

I have small project in Sinatra with class Project (lib/project.rb) in
my lib directory, I have also ProjectTest class
(test/project_test.rb). Bur when I try to Go to/Test nothing happen. I
use RM 2.0.2 and I know that Sinatra support is planned in future
releases but I thought that this feature work. Should I
rename/relocate my files or so?


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。