Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nico Ritsche
Total activity
20
Last activity
January 16, 2016 01:31
Member since
April 18, 2011 07:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (17)
Nico Ritsche
commented,
November 28, 2011 19:38
I switched to minitest now and all is fine so far - i can run single tests. Looking forward to Minitest support in RubyMine. :)Thanks for your help guys!
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Nico Ritsche
commented,
November 22, 2011 11:40
Hi Dennis, installed that gem (via gemfile) and get the same error... Do I have to restart Ruby Mine?
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Nico Ritsche
commented,
November 21, 2011 09:31
Okay, there comes the next issue: RubyMine says I need to install the ruby-debug-base19 gem, although it is already in my gemfile.Maybe it's the same issue like with the unit-test gem not found? We...
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Nico Ritsche
commented,
November 19, 2011 12:37
Using bundle exec in the console gives me the same output, no tests are run:$ bundle exec ruby -Itest -Ilib test/unit/mailer_test.rb -n=test_welcomeLoaded suite test/unit/mailer_testStartedFinished...
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Nico Ritsche
commented,
November 19, 2011 11:30
Yes, I understand this, but the thing is that I do have the unit-test gem in my gemfile. So why is it not used by ruby mine?
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Nico Ritsche
commented,
November 15, 2011 13:19
Thanks for the tipps, I actually tried using require "test_helper" before, but had lots of issues,so I swapped back to require "#{File.dirname(__FILE__)}/../test_helper"But I will try again... And...
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Nico Ritsche
commented,
November 15, 2011 12:30
Actually I have trouble running the test on the console. Running all (unit) tests via rake test(:units) works fine.But when I do:ruby -Ilib:test test/unit/mailer_test.rbI get <internal:lib/rubygems...
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Nico Ritsche
commented,
November 15, 2011 11:57
Its a rather big project, but I can try reproducing this in a test app at some point:Here is full console output for now, trying to run a single test:/Users/nico/.rvm/rubies/ruby-1.9.2-p290/bin/rub...
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Nico Ritsche
commented,
April 27, 2011 11:59
Okay, done. Now the debugger seems to start, but I get an exception:http://youtrack.jetbrains.net/issue/RUBY-8385?projectKey=RUBY
Community
RubyMine
Can't debug with RubyMine 3.1.1
0 votes
Nico Ritsche
commented,
April 18, 2011 22:02
Thanks, well, I'm on the Mac, so I would assume having ruby mine in my apps folder should work. Actually debugging worked okay, before I upgraded to RubyMine 3.1.1,using version 3.0. Maybe the prob...
Community
RubyMine
Can't debug with RubyMine 3.1.1
0 votes