Skip to content

Instantly share code, notes, and snippets.

def all_specs
"spec/models/ spec/lib/ spec/integration/"
end
trap 'INT' do
if $interrupted
exit! 0
else
puts "Interrupt a second time to quit"
$interrupted = true