Created
December 2, 2011 22:42
-
-
Save searls/1425184 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
↪ master(ahead)[dirty] tmp ≈ git clone https://github.com/ottobar/coderetreat_javascript_template.git | |
Cloning into coderetreat_javascript_template... | |
remote: Counting objects: 17, done. | |
remote: Compressing objects: 100% (15/15), done. | |
remote: Total 17 (delta 0), reused 17 (delta 0) | |
Unpacking objects: 100% (17/17), done. | |
↪ master(ahead)[dirty] tmp ≈ cd coderetreat_javascript_template/ | |
↪ master coderetreat_javascript_template ≈ bundle | |
Fetching source index for http://rubygems.org/ | |
Using coffee-script-source (1.1.2) | |
Installing multi_json (1.0.4) | |
Using execjs (1.2.9) | |
Using coffee-script (2.2.0) | |
Using thor (0.14.6) | |
Using guard (0.8.8) | |
Installing jasmine-core (1.1.0) | |
Using rainbow (1.1.2) | |
Using hike (1.2.1) | |
Using rack (1.3.5) | |
Using tilt (1.3.3) | |
Using sprockets (2.0.3) | |
Installing jasmine-headless-webkit (0.8.1) with native extensions | |
Using guard-jasmine-headless-webkit (0.3.2) | |
Using rb-fsevent (0.4.3.1) | |
Using bundler (1.0.17) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
↪ master[dirty] coderetreat_javascript_template ≈ be jasmine-headless-webkit | |
Running Jasmine specs... | |
..... | |
PASS: 5 tests, 0 failures, 0.014 secs. | |
Test ordering seed: --seed 4926 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment