[ 源代码: ruby-test-construct ]
软件包:ruby-test-construct(2.0.2-1)
ruby-test-construct 的相关链接
Debian 的资源:
下载源码包 ruby-test-construct:
- [ruby-test-construct_2.0.2-1.dsc]
- [ruby-test-construct_2.0.2.orig.tar.gz]
- [ruby-test-construct_2.0.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Ruby library that creates temporary files and directories for testing
TestConstruct is a DSL for creating temporary files and directories during testing.
Using construct is as simple as calling within_construct and providing a block. All files and directories that are created within that block are created within a temporary directory. The temporary directory is always deleted before within_construct finishes.
There is nothing special about the files and directories created with TestConstruct, so you can use plain old Ruby IO methods to interact with them.
其他与 ruby-test-construct 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用