Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 8, 2009
1 parent 1857415 commit c703520
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions Manifest.txt
Expand Up @@ -77,6 +77,7 @@ spec/rails_suite.rb
spec/resources/controllers/action_view_base_spec_controller.rb
spec/resources/controllers/application.rb
spec/resources/controllers/controller_spec_controller.rb
spec/resources/controllers/example.txt
spec/resources/controllers/redirect_spec_controller.rb
spec/resources/controllers/render_spec_controller.rb
spec/resources/controllers/rjs_spec_controller.rb
Expand All @@ -88,49 +89,48 @@ spec/resources/helpers/view_spec_helper.rb
spec/resources/models/animal.rb
spec/resources/models/person.rb
spec/resources/models/thing.rb
spec/resources/views/controller_spec/_partial.rhtml
spec/resources/views/controller_spec/action_setting_flash_after_session_reset.rhtml
spec/resources/views/controller_spec/action_setting_flash_before_session_reset.rhtml
spec/resources/views/controller_spec/action_setting_the_assigns_hash.rhtml
spec/resources/views/controller_spec/action_with_errors_in_template.rhtml
spec/resources/views/controller_spec/action_with_template.rhtml
spec/resources/views/layouts/application.rhtml
spec/resources/views/layouts/simple.rhtml
spec/resources/views/controller_spec/_partial.html.erb
spec/resources/views/controller_spec/action_setting_flash_after_session_reset.html.erb
spec/resources/views/controller_spec/action_setting_flash_before_session_reset.html.erb
spec/resources/views/controller_spec/action_setting_the_assigns_hash.html.erb
spec/resources/views/controller_spec/action_with_errors_in_template.html.erb
spec/resources/views/controller_spec/action_with_template.html.erb
spec/resources/views/layouts/application.html.erb
spec/resources/views/layouts/simple.html.erb
spec/resources/views/objects/_object.html.erb
spec/resources/views/render_spec/_a_partial.rhtml
spec/resources/views/render_spec/action_with_alternate_layout.rhtml
spec/resources/views/render_spec/_a_partial.html.erb
spec/resources/views/render_spec/action_with_alternate_layout.html.erb
spec/resources/views/render_spec/some_action.html.erb
spec/resources/views/render_spec/some_action.js.rjs
spec/resources/views/render_spec/some_action.rjs
spec/resources/views/rjs_spec/_replacement_partial.rhtml
spec/resources/views/rjs_spec/hide_div.rjs
spec/resources/views/rjs_spec/hide_page_element.rjs
spec/resources/views/rjs_spec/insert_html.rjs
spec/resources/views/rjs_spec/replace.rjs
spec/resources/views/rjs_spec/replace_html.rjs
spec/resources/views/rjs_spec/replace_html_with_partial.rjs
spec/resources/views/rjs_spec/visual_effect.rjs
spec/resources/views/rjs_spec/visual_toggle_effect.rjs
spec/resources/views/tag_spec/no_tags.rhtml
spec/resources/views/tag_spec/single_div_with_no_attributes.rhtml
spec/resources/views/tag_spec/single_div_with_one_attribute.rhtml
spec/resources/views/view_spec/_partial.rhtml
spec/resources/views/view_spec/_partial_used_twice.rhtml
spec/resources/views/view_spec/_partial_with_local_variable.rhtml
spec/resources/views/view_spec/_partial_with_sub_partial.rhtml
spec/resources/views/view_spec/_spacer.rhtml
spec/resources/views/view_spec/accessor.rhtml
spec/resources/views/view_spec/block_helper.rhtml
spec/resources/views/view_spec/entry_form.rhtml
spec/resources/views/view_spec/explicit_helper.rhtml
spec/resources/views/view_spec/foo/show.rhtml
spec/resources/views/view_spec/implicit_helper.rhtml
spec/resources/views/view_spec/multiple_helpers.rhtml
spec/resources/views/rjs_spec/_replacement_partial.html.erb
spec/resources/views/rjs_spec/hide_div.js.rjs
spec/resources/views/rjs_spec/hide_page_element.js.rjs
spec/resources/views/rjs_spec/insert_html.js.rjs
spec/resources/views/rjs_spec/replace.js.rjs
spec/resources/views/rjs_spec/replace_html.js.rjs
spec/resources/views/rjs_spec/replace_html_with_partial.js.rjs
spec/resources/views/rjs_spec/visual_effect.js.rjs
spec/resources/views/rjs_spec/visual_toggle_effect.js.rjs
spec/resources/views/tag_spec/no_tags.html.erb
spec/resources/views/tag_spec/single_div_with_no_attributes.html.erb
spec/resources/views/tag_spec/single_div_with_one_attribute.html.erb
spec/resources/views/view_spec/_partial.html.erb
spec/resources/views/view_spec/_partial_used_twice.html.erb
spec/resources/views/view_spec/_partial_with_local_variable.html.erb
spec/resources/views/view_spec/_partial_with_sub_partial.html.erb
spec/resources/views/view_spec/_spacer.html.erb
spec/resources/views/view_spec/accessor.html.erb
spec/resources/views/view_spec/block_helper.html.erb
spec/resources/views/view_spec/entry_form.html.erb
spec/resources/views/view_spec/explicit_helper.html.erb
spec/resources/views/view_spec/foo/show.html.erb
spec/resources/views/view_spec/implicit_helper.html.erb
spec/resources/views/view_spec/multiple_helpers.html.erb
spec/resources/views/view_spec/path_params.html.erb
spec/resources/views/view_spec/should_not_receive.rhtml
spec/resources/views/view_spec/template_with_partial.rhtml
spec/resources/views/view_spec/template_with_partial_using_collection.rhtml
spec/resources/views/view_spec/template_with_partial_with_array.rhtml
spec/resources/views/view_spec/should_not_receive.html.erb
spec/resources/views/view_spec/template_with_partial.html.erb
spec/resources/views/view_spec/template_with_partial_using_collection.html.erb
spec/resources/views/view_spec/template_with_partial_with_array.html.erb
spec/spec/rails/example/assigns_hash_proxy_spec.rb
spec/spec/rails/example/configuration_spec.rb
spec/spec/rails/example/controller_example_group_spec.rb
Expand Down

0 comments on commit c703520

Please sign in to comment.