Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyrylo/symlink-and-dotrspec
This is just a test repo to demonstrate an RSpec bug
https://github.com/kyrylo/symlink-and-dotrspec
Last synced: about 19 hours ago
JSON representation
This is just a test repo to demonstrate an RSpec bug
- Host: GitHub
- URL: https://github.com/kyrylo/symlink-and-dotrspec
- Owner: kyrylo
- Created: 2014-01-19T12:01:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-19T12:10:30.000Z (almost 11 years ago)
- Last Synced: 2025-01-02T16:17:49.268Z (3 days ago)
- Language: Ruby
- Homepage: https://github.com/rspec/rspec-core/issues/1252
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tested on RSpec `v2.14.7`.
Link `dotrspec` to `~/.rspec` (backup your own `.rspec`, first).
```shell
rake link
```Launch specs.
```shell
rake
```The output will not be colourful (although `dotrspec` contains the `--color`
switch). Conclusion: symlinks are not supported.The filed issue: https://github.com/rspec/rspec-core/issues/1252