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
rspec -f d --color --dry-run filename
Works for me in rspec 3.5.2, lists all tests without running them