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" shows no output with rspec 2.14 #461

Open
dy-dx opened this issue Apr 20, 2014 · 6 comments
Open

"zeus test" shows no output with rspec 2.14 #461

dy-dx opened this issue Apr 20, 2014 · 6 comments

Comments

@dy-dx
Copy link

dy-dx commented Apr 20, 2014

After upgrading from rspec-rails 2.12 to 2.14, I no longer see test output in my terminal when running tests with zeus. Running tests without zeus works fine.

@dy-dx
Copy link
Author

dy-dx commented Apr 20, 2014

I was able to work around this by putting config.reset at the top of the RSpec.configure block in my spec_helper.rb.

@dy-dx
Copy link
Author

dy-dx commented Apr 22, 2014

I still believe this is a bug in zeus -- config.reset produces undesirable side effects.

@latortuga
Copy link
Collaborator

When you run your tests, how do you run them? Do any other zeus commands exhibit this behavior?

@latortuga latortuga reopened this Apr 22, 2014
@dy-dx
Copy link
Author

dy-dx commented Apr 23, 2014

I run tests with $ zeus test [filename.rb]. No other zeus commands exhibit this behavior. I have tested this with zeus 0.13 and 0.15.

@dy-dx
Copy link
Author

dy-dx commented Apr 23, 2014

If it helps, I got the config.reset idea from http://stackoverflow.com/questions/22239382/how-can-i-configure-rspec-to-show-output-with-spork, where someone had the same issue with Spork.

@lukaszx0
Copy link

I was having this issue as well on 0.15.1 version. @dy-dx's tip with config reset helped.

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

3 participants