Re: [rspec-users] rspec can't be finish when cause StopIteration

2011-12-30 Thread niku -E:)
Thank you David I took commands. It seems to me similar environment. But different results. Regards /Users/niku% ruby -v ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0] /Users/niku% gem list rspec *** LOCAL GEMS *** rspec (2.7.0) rspec-core

Re: [rspec-users] rspec can't be finish when cause StopIteration

2011-12-30 Thread David Chelimsky
On Dec 29, 2011, at 6:06 PM, niku -E:) wrote: > When I execute following spec file, rspec can't be finish(can't display shell > prompt). > How do I check StopIteration? > > I'm using > /Users/niku% ruby -v > ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0] > /Users/niku% rspec -v >