Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurentbristiel/rspec_testing_dojo
Testing Dojo about Rspec
https://github.com/laurentbristiel/rspec_testing_dojo
Last synced: about 2 months ago
JSON representation
Testing Dojo about Rspec
- Host: GitHub
- URL: https://github.com/laurentbristiel/rspec_testing_dojo
- Owner: laurentbristiel
- Created: 2014-02-13T13:28:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T13:31:42.000Z (almost 11 years ago)
- Last Synced: 2024-11-01T22:33:12.482Z (3 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Testing Dojo, 13/02/2014
From project root:
```
[MBP]$ rake
Run options:# Running tests:
Finished tests in 0.005922s, 506.5856 tests/s, 675.4475 assertions/s.
3 tests, 4 assertions, 0 failures, 0 errors, 0 skipsruby -v: ruby 2.0.0p247 (2013-06-27 revision 41674) [universal.x86_64-darwin13]
[MBP]$ rspec
Run options: include {:focus=>true}All examples were filtered out; ignoring {:focus=>true}
..Finished in 0.00058 seconds
2 examples, 0 failuresRandomized with seed 23601
```