This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit e19c4fdf171036b62c435cdb0d8f8864bf8cabc0
tree 45fa1cb136dc9483aebedc1609677ff592b8f101
parent 565b642f58e4a12c9a3f7359259407050e98e951
tree 45fa1cb136dc9483aebedc1609677ff592b8f101
parent 565b642f58e4a12c9a3f7359259407050e98e951
- README
- vendor/plugins/shoulda/.autotest
- vendor/plugins/shoulda/.gitignore
- vendor/plugins/shoulda/CONTRIBUTION_GUIDELINES.rdoc
- vendor/plugins/shoulda/MIT-LICENSE
- vendor/plugins/shoulda/README.rdoc
- vendor/plugins/shoulda/Rakefile
- vendor/plugins/shoulda/bin/convert_to_should_syntax
- vendor/plugins/shoulda/init.rb
- vendor/plugins/shoulda/lib/shoulda.rb
- vendor/plugins/shoulda/lib/shoulda/active_record_helpers.rb
- vendor/plugins/shoulda/lib/shoulda/color.rb
- vendor/plugins/shoulda/lib/shoulda/controller_tests/controller_tests.rb
- vendor/plugins/shoulda/lib/shoulda/controller_tests/formats/html.rb
- vendor/plugins/shoulda/lib/shoulda/controller_tests/formats/xml.rb
- vendor/plugins/shoulda/lib/shoulda/gem/proc_extensions.rb
- vendor/plugins/shoulda/lib/shoulda/gem/shoulda.rb
- vendor/plugins/shoulda/lib/shoulda/general.rb
- vendor/plugins/shoulda/lib/shoulda/private_helpers.rb
- vendor/plugins/shoulda/tasks/list_tests.rake
- vendor/plugins/shoulda/tasks/yaml_to_shoulda.rake
- vendor/plugins/shoulda/test/README
- vendor/plugins/shoulda/test/fixtures/addresses.yml
- vendor/plugins/shoulda/test/fixtures/posts.yml
- vendor/plugins/shoulda/test/fixtures/taggings.yml
- vendor/plugins/shoulda/test/fixtures/tags.yml
- vendor/plugins/shoulda/test/fixtures/users.yml
- vendor/plugins/shoulda/test/functional/posts_controller_test.rb
- vendor/plugins/shoulda/test/functional/users_controller_test.rb
- vendor/plugins/shoulda/test/other/context_test.rb
- vendor/plugins/shoulda/test/other/helpers_test.rb
- vendor/plugins/shoulda/test/other/private_helpers_test.rb
- vendor/plugins/shoulda/test/other/should_test.rb
- vendor/plugins/shoulda/test/rails_root/app/controllers/application.rb
- vendor/plugins/shoulda/test/rails_root/app/controllers/posts_controller.rb
- vendor/plugins/shoulda/test/rails_root/app/controllers/users_controller.rb
- vendor/plugins/shoulda/test/rails_root/app/helpers/application_helper.rb
- vendor/plugins/shoulda/test/rails_root/app/helpers/posts_helper.rb
- vendor/plugins/shoulda/test/rails_root/app/helpers/users_helper.rb
- vendor/plugins/shoulda/test/rails_root/app/models/address.rb
- vendor/plugins/shoulda/test/rails_root/app/models/dog.rb
- vendor/plugins/shoulda/test/rails_root/app/models/flea.rb
- vendor/plugins/shoulda/test/rails_root/app/models/post.rb
- vendor/plugins/shoulda/test/rails_root/app/models/tag.rb
- vendor/plugins/shoulda/test/rails_root/app/models/tagging.rb
- vendor/plugins/shoulda/test/rails_root/app/models/user.rb
- vendor/plugins/shoulda/test/rails_root/app/views/layouts/posts.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/layouts/users.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/posts/edit.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/posts/index.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/posts/new.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/posts/show.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/users/edit.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/users/index.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/users/new.rhtml
- vendor/plugins/shoulda/test/rails_root/app/views/users/show.rhtml
- vendor/plugins/shoulda/test/rails_root/config/boot.rb
- vendor/plugins/shoulda/test/rails_root/config/environment.rb
- vendor/plugins/shoulda/test/rails_root/config/environments/sqlite3.rb
- vendor/plugins/shoulda/test/rails_root/config/initializers/new_rails_defaults.rb
- vendor/plugins/shoulda/test/rails_root/config/initializers/shoulda.rb
- vendor/plugins/shoulda/test/rails_root/config/routes.rb
- vendor/plugins/shoulda/test/rails_root/db/migrate/001_create_users.rb
- vendor/plugins/shoulda/test/rails_root/db/migrate/002_create_posts.rb
- vendor/plugins/shoulda/test/rails_root/db/migrate/003_create_taggings.rb
- vendor/plugins/shoulda/test/rails_root/db/migrate/004_create_tags.rb
- vendor/plugins/shoulda/test/rails_root/db/migrate/005_create_dogs.rb
- vendor/plugins/shoulda/test/rails_root/db/migrate/006_create_addresses.rb
- vendor/plugins/shoulda/test/rails_root/db/migrate/007_create_fleas.rb
- vendor/plugins/shoulda/test/rails_root/db/migrate/008_create_dogs_fleas.rb
- vendor/plugins/shoulda/test/rails_root/db/schema.rb
- vendor/plugins/shoulda/test/rails_root/public/.htaccess
- vendor/plugins/shoulda/test/rails_root/public/404.html
- vendor/plugins/shoulda/test/rails_root/public/422.html
- vendor/plugins/shoulda/test/rails_root/public/500.html
- vendor/plugins/shoulda/test/rails_root/script/console
- vendor/plugins/shoulda/test/rails_root/script/generate
- vendor/plugins/shoulda/test/rails_root/vendor/plugins/.keep
- vendor/plugins/shoulda/test/test_helper.rb
- vendor/plugins/shoulda/test/unit/address_test.rb
- vendor/plugins/shoulda/test/unit/dog_test.rb
- vendor/plugins/shoulda/test/unit/flea_test.rb
- vendor/plugins/shoulda/test/unit/post_test.rb
- vendor/plugins/shoulda/test/unit/tag_test.rb
- vendor/plugins/shoulda/test/unit/tagging_test.rb
- vendor/plugins/shoulda/test/unit/user_test.rb






Comments
No one has commented yet.