RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: scottatron
Site: http://scottatron.com
Has anyone had any trouble getting spork to actually start running specs quicker?
My existing app's specs actually take longer to get running through spork and I can't figure out why.
I have even tried with a fresh rails 3.1 app with no actual specs, and running rspec via spork takes around 20 seconds vs 0.3 seconds without spork.
It's like there's some delay in rspec actually connecting to spork.
Has anyone had any trouble getting spork to actually start running specs quicker?
My existing app's specs actually take longer to get running through spork and I can't figure out why.
I have even tried with a fresh rails 3.1 app with no actual specs, and running rspec via spork takes around 20 seconds vs 0.3 seconds without spork.
It's like there's some delay in rspec actually connecting to spork.