Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zeus test have no output with test-unit (2.5.4) #311

Open
eloyesp opened this issue Apr 16, 2013 · 5 comments
Open

Zeus test have no output with test-unit (2.5.4) #311

eloyesp opened this issue Apr 16, 2013 · 5 comments

Comments

@eloyesp
Copy link

eloyesp commented Apr 16, 2013

I've installed guard-test in a rails application and this updated test-unit to version 2.5.4 . For any reason it have no output when run through zeus.

I have no knowledge on how to debug this.

@pgaertig
Copy link

I thought that conflict with RSpec was the problem, but not. I confirm that above happens also with clean Rails 3.2.13 project, Ruby 2.0.0-p0, Zeus 0.13.3 and test-unit 2.5.4. No guard. To reproduce do following:

Append to Gemfile:

gem 'test-unit'
gem 'zeus'

Run bundle install.

Create file test/unit/demo_test.rb:

require 'test_helper'
class DemoTest < ActiveSupport::TestCase
  test "for_sure_false" do
    assert false
  end
end

Run Zeus, zeus start.

Run test, zeus test test/unit/demo_test.rb.

Command finishes without any output.

@itkin
Copy link

itkin commented May 17, 2013

+1

@pgaertig
Copy link

I couldn't fix zeus and because this issue was a blocker so finally I switched to spring (alternative preloader) and added it's support to guard/guard-test@1a83e21 recently.

@Randuin
Copy link

Randuin commented Nov 8, 2013

I'm running into this as well

@dy-dx
Copy link

dy-dx commented Mar 4, 2014

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants