Skip to content

Commit

Permalink
add a saner description for files
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Sep 6, 2011
1 parent 30b517d commit 237599e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/vagabond/matchers/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ module File
match do |actual|
::File.ftype(actual.title) == expected.to_s
end

description do
"should be a #{expected}"
end
end
end
end
Expand Down

0 comments on commit 237599e

Please sign in to comment.