Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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