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

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'

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