ruby on rails - Step through code in minitest -
i wondering there anyway step through code in minitest? if set byebug or debugger in code , run test hits it, tests run right through , dont stop. there anyway stop code , step through way in development?
remember set in test grouping in gemfile
group :test gem 'byebug' . . . end
ruby-on-rails debugging rspec minitest byebug
No comments:
Post a Comment