Skip to content

Instantly share code, notes, and snippets.

@mitaku
Created April 12, 2013 07:24
Show Gist options
  • Save mitaku/5370173 to your computer and use it in GitHub Desktop.
Save mitaku/5370173 to your computer and use it in GitHub Desktop.
rspecで落ちたファイルをuniqでとるscript
puts $stdin.each_line.map { |l| $1 if l =~ /^rspec \.\/(.+):[0-9]+ # (.+)$/ }.uniq.compact.sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment