https://github.com/nerddiffer/test-first-ruby
Learn Ruby Test-First. Clone of 'learn_ruby by alexch'
https://github.com/nerddiffer/test-first-ruby
Last synced: 12 months ago
JSON representation
Learn Ruby Test-First. Clone of 'learn_ruby by alexch'
- Host: GitHub
- URL: https://github.com/nerddiffer/test-first-ruby
- Owner: NerdDiffer
- Created: 2015-03-27T20:33:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T00:13:51.000Z (almost 11 years ago)
- Last Synced: 2025-02-12T20:30:47.550Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
##Learn Ruby Test-First
Cloned from [learn_ruby by alexch](http://github.com/alexch/learn_ruby)
install dependencies: `bundle install`
#####run all tests:
`rake`
#####run tests on specific files:
`rspec spec/` from the home directory