public
Fork of dchelimsky/rspec
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/jdelStrother/rspec.git
Jonathan del Strother (author)
Sat Mar 15 11:32:55 -0700 2008
commit  a1f0ebead45cb50d47434f449f94948c6866b5ba
tree    6b0dd6fb62f72309a819bbf622b2d4e228a31e53
parent  c306874a65ba9e63afbc5abbc5013ba7e7024de0
rspec / .gitignore
100644 23 lines (22 sloc) 0.572 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.svn
rspec/pkg
*/tmtags
example_rails_app/vendor/rails/*
log
RSpec.tmbundle/Support/coverage
doc/output
rspec/story_server/prototype/rspec_stories.html
example_rails_app/config/database.yml
example_rails_app/db/schema.rb
example_rails_app/db/*.db
example_rails_app/log
example_rails_app/coverage
example_rails_app/stories/all.rb
example_rails_app/stories/helper.rb
example_rails_app/script/spec
example_rails_app/script/spec_server
example_rails_app/spec/rcov.opts
example_rails_app/spec/spec.opts
example_rails_app/spec/spec_helper.rb
example_rails_app/vendor
.DS_Store