Sha256: 271975e144ad446e364d102e3ac5353e423a561d23f42ff84449d1657afd3c79

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

difficulty 2
description "Your project's deadline approaches, you should evaluate how many TODOs are left in your code"

setup do
  init_from_level
  system "git branch -m master"
end

solution do
  request("How many items are there in your todolist?") == "4"
end

hint do
  puts "You want to research the `git grep` command."
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
githug-0.5.1 levels/grep.rb