public
Fork of pelargir/test_spec_on_rails
Description: Rails plugin with helpers to test your app using test/spec.
Homepage: http://agilewebdevelopment.com/plugins/test_spec_on_rails
Clone URL: git://github.com/github/test_spec_on_rails.git
updated README
Matthew Bass (author)
Thu May 08 14:16:05 -0700 2008
commit  e42097fc81edb13d8c45471b7151a8674498b675
tree    365941a43249f6093abf0bfb51d898d21ad66c0a
parent  aedd3ee396eb8177173bd0ce2d20b91b876aef93
0
...
12
13
14
15
16
17
 
 
 
 
 
 
 
 
18
19
20
...
12
13
14
 
 
 
15
16
17
18
19
20
21
22
23
24
25
0
@@ -12,9 +12,14 @@ Installation
0
 
0
 Source
0
 ------
0
- test/spec/rails uses Git for source control. The clone URL is:
0
-
0
- git://github.com/pelargir/test_spec_on_rails.git
0
+ test/spec/rails uses Git for source control. If you're running edge Rails, you can install with:
0
+
0
+ script/plugin install git://github.com/pelargir/test_spec_on_rails.git
0
+
0
+ Otherwise, I recommend using the git-rails gem:
0
+
0
+ sudo gem install git-rails
0
+ git-rails install git://github.com/pelargir/test_spec_on_rails.git test_spec_on_rails
0
 
0
 
0
 Model validation

Comments

    No one has commented yet.