You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I try use spin with rails 3.2.8 but after
spin serve
and pushing specs withspin push spec/some/spec.rb
simple test pass about 20-30 seconds (when justrspec 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?
The text was updated successfully, but these errors were encountered: