public
Description: Resources for rspec developers/contributors
Homepage: http://rspec.info/
Clone URL: git://github.com/dchelimsky/rspec-dev.git
merge .gitignore files
dchelimsky (author)
Fri Jul 18 19:25:06 -0700 2008
commit  a84844593eea2940e2923d46692dbd9a8601622d
tree    96e7bfb310406805b4bef77c8e6acc0e64b2797b
parent  f994bbca3c7efca324d3430fde6f3af33568b08c
...
1
2
3
4
5
6
7
8
9
10
...
17
18
19
20
 
 
 
 
 
 
...
 
1
2
 
3
 
 
4
5
6
...
13
14
15
 
16
17
18
19
20
21
0
@@ -1,10 +1,6 @@
0
-pkg
0
 *.svn
0
 */tmtags
0
-log
0
 RSpec.tmbundle
0
-doc/output
0
-rspec/story_server/prototype/rspec_stories.html
0
 example_rails_app/config/database.yml
0
 example_rails_app/db/schema.rb
0
 example_rails_app/db/*.db
0
@@ -17,4 +13,9 @@ example_rails_app/vendor
0
 *.ipr
0
 *.iws
0
 *~
0
-TAGS
0
+example_rails_app/spec
0
+example_rails_app/script/spec_server
0
+example_rails_app/script/spec
0
+example_rails_app/script/autospec
0
+stories
0
+example_rails_app/lib/tasks/rspec.rake

Comments