Updated readme
This commit is contained in:
parent
bece09bba8
commit
1c2780d0c1
|
@ -1,10 +1,21 @@
|
||||||
jasmine-ruby
|
jasmine-ruby
|
||||||
============
|
============
|
||||||
|
|
||||||
sudo gem sources -a http://gemcutter.org
|
git clone git://github.com/ragaskar/jasmine-ruby.git
|
||||||
sudo gem install jasmine-ruby
|
cd jasmine-ruby
|
||||||
cd ./my_dir
|
rake jeweler:build
|
||||||
jasmine server (or, jasmine server ./my_jasmine_helper.rb)
|
rake jeweler:install
|
||||||
|
cd ..
|
||||||
|
mkdir test-jasmine
|
||||||
|
cd test-jasmine
|
||||||
|
jasmine init
|
||||||
|
rake jasmine
|
||||||
|
|
||||||
|
then
|
||||||
|
|
||||||
http://localhost:8888
|
http://localhost:8888
|
||||||
|
|
||||||
and go!
|
and go!
|
||||||
|
|
||||||
|
After a few more touch-ups, I'll update the gemcutter.org gem ...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue