Sha256: 6e3522401174dbcee7638bb1cb3a67e83609f4f2a45be66e85fa38ba213423f0

Contents?: true

Size: 205 Bytes

Versions: 9

Compression:

Stored size: 205 Bytes

Contents

difficulty 1
description "A test description"
setup do
  "test"
end
solution do
  Grit::Repo.new("githug/notadir")
end

hints [
  "this is hint 1",
  "this is hint 2"]

hint do
  puts "this is a hint"
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
githug-0.5.1 spec/support/files/test_level.rb
mygithug-0.5.1 spec/support/files/test_level.rb
githug-0.5.0 spec/support/files/test_level.rb
githug-0.4.8 spec/support/files/test_level.rb
githug-0.4.7 spec/support/files/test_level.rb
githug-0.4.6 spec/support/files/test_level.rb
githug-0.4.5 spec/support/files/test_level.rb
githug-0.4.4 spec/support/files/test_level.rb
githug-0.4.3 spec/support/files/test_level.rb