Ruby Rspec. Get list of all Test

后端 未结 2 2034
被撕碎了的回忆
被撕碎了的回忆 2021-02-14 01:12

I have some test on Rspec, which looks like this:

describe \"description\" do

before :each do
  do_before()
end

it \"something_1\" do
  ...
end

it \"something         


        
2条回答
提交回复
热议问题