Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Intellij 13, Ruby and minitest - does it work any better now?

$
0
0

Hi,

 

I see old forum discussions advising against minitest - just wanted to double check that is still the case.

 

On a related note, assuming minitest is not supported, is there a way to make it just run "ruby" against a test file, as the right-click default, instead of trying to treat it as a test.

 

Actually - it seems vary which way it goes.  I just added a simple test script like this:

 

require 'minitest/autorun'


class TesttestTestCase < MiniTest::Unit::TestCase


  def test_basics

    assert_equal 1, 0

  end


end

 

Right-click run on this treats it as a ruby file.

 

Whereas for my existing tests, right-click run treats them as tests.

 

Thanks,

Chris


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>