public
Description: RSpec-style specification for the Ruby programming language
Homepage: http://rubyspec.org
Clone URL: git://github.com/brixen/rubyspec.git

Comments for rubyspec   feed

luislavena commented on brixen/rubyspec 4 months ago
Comment on 1.8/core/io/close_read_spec.rb L3 in d095ade:

we are safe to add stdlib dependencies? I got a warning from brixen about this last time (‘tmpdir’). Maybe we can add some helpers like tmp() but for quite repetitive File.open(...) stuff we keep doing.
Just a thought :-D

luislavena commented on brixen/rubyspec 4 months ago
Comment on 1.8/library/socket/fixtures/classes.rb L14 in c16f86c:

Brian implemented some helpers for manage temporary files, is named tmp().
Please use that instead of hardcoded path to ease the cross-platform barrier.
Thank you.