Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the test part in readme file. #8

Merged
merged 1 commit into from
May 31, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# How to Run Unit Tests

cd amber
spade update
spade preview
1. Install Ruby and Rubygems. There are many resources on the web can help you to do so, one of the best ways may be [rvm](http://rvm.beginrescueend.com/).

2. Install spade. Follow instructions on [its project page](http://github.com/strobecorp/spade).

3. Install sproutcore-preprocessor via `spade install sproutcore-preprocessor`.

3. Enter the following commands in your command shell:

cd sproutcore20
spade update
spade preview

Then visit: http://localhost:4020/tests.html?package=PACKAGE_NAME. Please 'PACKAGE_NAME' with the name of the package you want to run. For example:
4. Then visit: http://localhost:4020/tests.html?package=PACKAGE_NAME. Replace 'PACKAGE_NAME' with the name of the package you want to run. For example:

* [SproutCore Runtime](http://localhost:4020/tests.html?package=sproutcore-runtime)
* [SproutCore Views](http://localhost:4020/tests.html?package=sproutcore-views)
Expand Down