Last active
November 24, 2021 20:17
-
-
Save ursm/1c87d5261dc920ddc20e0f6b00e4fc67 to your computer and use it in GitHub Desktop.
typeprof -v spec-runner.rb -- spec/**/*.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rspec/core' | |
RSpec::Core::Runner.run ARGV.drop_while { _1 != '--' }.drop(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment