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

No RSpec output #247

Open
sergio101 opened this issue Nov 14, 2013 · 1 comment
Open

No RSpec output #247

sergio101 opened this issue Nov 14, 2013 · 1 comment

Comments

@sergio101
Copy link

I have finally decided to track down a problem i have had with my testing lately, and i have found that if i do something like:

rspec spec/models/order_garage_door_spec.rb

with NO spork running, i get all my rspec results as expected.

when i start spork, and do something like:

rspec spec/models/order_garage_door_spec.rb --drb

i can see my test being run in spark's output, but i get no output from rspec.

i have a feeling something changed since i last worked on this project

rails --version
Rails 3.0.19

rspec --version
2.14.7

Using spork (1.0.0rc4)

thanks!

@jimpo
Copy link

jimpo commented Nov 25, 2013

Do you assign config.formatter in your spec_helper?

I have the same problem. I have found out that the output stream of my formatter is set to a StringIO instead of the real output because I am adding my formatter in my spec_helper.rb file.

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

2 participants