repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Updated RubySpec source to b897f30c.
[rbx.git]
/
spec
/
frozen
/
1.8
/
shared
/
file
/
blockdev.rb
blob
46a1c21b09bbdbe867c30af9c8201f83d61d83e0
1
describe :file_blockdev, :shared => true do
2
it "returns true/false depending if the named file is a block device" do
3
@object.send(@method, "/tmp").should == false
4
end
5
end