Problem with running tests in Rails after using Ruby Mine

I usually use Vim for Rails, but I used Ruby Mine briefly for several days.

Now I’ll get back to using Vim, and when I launch Guard or run rake testit seems that my tests now run through teamcity, unlike my preview setting. I also get a lot of errors.

The following is an example of output from rake test:

##teamcity[enteredTheMatrix timestamp = '2014-12-29T11:01:59.027-0500']

##teamcity[testCount count = '0' timestamp = '2014-12-29T11:01:59.028-0500']

##teamcity[testFailed name = 'test_current_user' message = 'Minitest::UnexpectedError: ArgumentError: wrong number of arguments (1 for 0)|n    test/helpers/sessions_helper_test.rb:6:in `block in <class:SessionsHelperTest>|'' details = 'test/helpers/sessions_helper_test.rb:6:in `block in <class:SessionsHelperTest>|'' error = 'true' timestamp = '2014-12-29T11:01:59.150-0500']

Can someone guide me, how can I fix this? I'm really puzzled since I don't see any changes to the Rails configuration files.

+4
source share
3 answers

.idea . .

+3

spring stop IDE.

teamcity rails test.

: fooobar.com/questions/1569318/...

+1
0

Source: https://habr.com/ru/post/1569317/


All Articles