Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fawaf/hw1
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fawaf/hw1
- Owner: fawaf
- Created: 2013-08-22T08:50:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-22T08:50:36.000Z (about 11 years ago)
- Last Synced: 2024-10-03T17:19:27.313Z (about 2 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hw1
===Skeleton code and sanity specs for homework 1
Skeleton Code
=============The skeleton code for parts 1-7 are located in `skeleton_code/`.
Running Sanity Specs
====================To run the sanity specs, please make sure `rspec` is installed.
To install rspec, run `gem install rspec`.
If you have your solution saved to a file located at `path/to/solution.rb`, and
the corresponding spec is located at `other_path/to/sanity_spec.rb`, then you can run
the sanity spec with:rspec path/to/solution.rb other_path/to/sanity_spec.rb
The output should look something like:
...
Finished in 0.00206 seconds
3 examples, 0 failures