Skip to content

Instantly share code, notes, and snippets.

@ursm
Last active November 24, 2021 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ursm/1c87d5261dc920ddc20e0f6b00e4fc67 to your computer and use it in GitHub Desktop.
Save ursm/1c87d5261dc920ddc20e0f6b00e4fc67 to your computer and use it in GitHub Desktop.
typeprof -v spec-runner.rb -- spec/**/*.rb
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