Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iboard/ruby_rspec_app
A plain ruby-application, testable with rspec
https://github.com/iboard/ruby_rspec_app
Last synced: 16 days ago
JSON representation
A plain ruby-application, testable with rspec
- Host: GitHub
- URL: https://github.com/iboard/ruby_rspec_app
- Owner: iboard
- Created: 2012-07-24T07:09:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-24T07:09:28.000Z (over 12 years ago)
- Last Synced: 2024-12-12T10:48:47.966Z (22 days ago)
- Language: Ruby
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A STARTING POINT FOR A PLAIN RUBY APPLICATION USING RSPEC TO TEST
=================================================================Initialized by Andreas Altendorfer on Juli 24, 2012 after
studying Uncle Bob's 'Clean Code (Episodes 1 to 7)'WHERE/HOW TO START?
===================1. clone from GitHub
2. bundle
3. rakeOutput of `rake` should read as ...
$ rake
rspec spec/spec_helper.rb spec/*/
..
Finished in 0.00567 seconds
2 examples, 0 failuresThis application does nothing but returns 0
Coding
======To start your coding, begin with rspec-tests in `./spec/...`
The application-class is defined in `lib/app/application.rb`The rest is up to you. Have Fun!
License
=======Public Domain Dedication
------------------------This work is a compilation and derivation from other previously released works. With the exception of
various included works, which may be restricted by other licenses, the author or authors of this code
dedicate any and all copyright interest in this code to the public domain. We make this dedication for
the benefit of the public at large and to the detriment of our heirs and successors. We intend this
dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this
code under copyright law.(c) 2012 by Andreas Altendorfer,