Sha256: 4dde469244e10f0c1dd41199f245d6d3a1c1d2360c6ed56b167cc2dc64854165

Contents?: true

Size: 299 Bytes

Versions: 11

Compression:

Stored size: 299 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
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

11 entries across 11 versions & 2 rubygems

Version Path
mygithug-0.5.1 levels/grep.rb
githug-0.5.0 levels/grep.rb
githug-0.4.8 levels/grep.rb
githug-0.4.7 levels/grep.rb
githug-0.4.6 levels/grep.rb
githug-0.4.5 levels/grep.rb
githug-0.4.4 levels/grep.rb
githug-0.4.3 levels/grep.rb
githug-0.4.2 levels/grep.rb
githug-0.4.1 levels/grep.rb
githug-0.4.0 levels/grep.rb