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

Comments for brixen's rubyspec   feed

luislavena commented on brixen/rubyspec Wed May 21 15:30:13 -0700 2008
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 Sat May 17 19:05:16 -0700 2008
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.