jstorimer / spin

Spin speeds up your Rails testing workflow by preloading your Rails environment.

Home Page:http://jstorimer.github.com/spin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slow tests

abonec opened this issue · comments

I try use spin with rails 3.2.8 but after spin serve and pushing specs with spin push spec/some/spec.rb simple test pass about 20-30 seconds (when just rspec spec/some/spec.rb it takes about 44 seconds to load). This spec take only 8 sec as rspec says to me.

I see when I push spec to spin it still load some environment from spec_helper. It normal or I have some wrong configuration in rspec?

Noticing similarly slow specs, rails 3.2.8. I'm just getting started with trying spin, so will see what I can figure out.