Skip to content

Commit

Permalink
Update ls_tests.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Apr 29, 2014
1 parent e36cb4b commit 09970fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion samples/part1/ls_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@
# TODO: Uncomment each test below and get it to pass.

# check("Dir listing", "foo")

# check("File glob", "foo/*.txt")

# check("Detailed output", "-l")

# check("Hidden files", "-a")

# check("Hidden files with detailed output", "-a -l")

# check("File glob with detailed output", "-l foo/*.txt")

# check("Invalid directory", "missingdir")

check("Invalid flag", "-Z")
# check("Invalid flag", "-Z")

puts "You passed the tests, yay!"

Expand Down

0 comments on commit 09970fa

Please sign in to comment.