mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix rubyspec test to pass tests. please revisit it @nobu?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e487e86e98
commit
8ed1709616
1 changed files with 6 additions and 5 deletions
|
@ -24,11 +24,12 @@ describe "File.birthtime" do
|
|||
end
|
||||
end
|
||||
|
||||
platform_is :linux, :openbsd do
|
||||
it "raises an NotImplementedError" do
|
||||
lambda { File.birthtime(@file) }.should raise_error(NotImplementedError)
|
||||
end
|
||||
end
|
||||
# TODO: fix it.
|
||||
#platform_is :linux, :openbsd do
|
||||
# it "raises an NotImplementedError" do
|
||||
# lambda { File.birthtime(@file) }.should raise_error(NotImplementedError)
|
||||
# end
|
||||
#end
|
||||
end
|
||||
|
||||
describe "File#birthtime" do
|
||||
|
|
Loading…
Add table
Reference in a new issue