TESTING.textile in hydra-head-3.2.0 vs TESTING.textile in hydra-head-3.2.1
- old
+ new
@@ -2,19 +2,19 @@
h2. For the Impatient
# clone the hydra-head code (to a fresh working copy) <pre>git clone git@github.com:projecthydra/hydra-head.git</pre>
# switch tot he hydra-head directory <pre>cd hydra-head</pre>
-# checkout the rails3 branch <pre>git checkout rails3</pre>
# install bundler gem <pre>gem install bundler</pre>
# Get the project dependencies <pre>bundle install</pre>
# grab the jetty submodule <pre>git submodule init; git submodule update</pre>
# test <pre>rake hyhead:ci</pre> This command:
## creates the test app in tmp/test_app
## spins up jetty (in jettywrapper)
## imports fixtures
## runs rspec & cucumber tests
+## kills jetty (in jettywrapper)
h2. More Detailed Instructions & Notes
h3. The Hydra Jetty
@@ -27,10 +27,10 @@
</pre>
To start the jetty:
<pre>
-rake hydra:jetty:start
+rake jetty:start
</pre>
Note: the first time you start the jetty, you must use the following command in order to properly configure the jetty:
<pre>