admin_assistant 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/admin_assistant.gemspec +1 -285
- metadata +3 -287
- data/test_rails_app/README +0 -256
- data/test_rails_app/Rakefile +0 -13
- data/test_rails_app/app/controllers/admin/appointments2_controller.rb +0 -15
- data/test_rails_app/app/controllers/admin/appointments_controller.rb +0 -11
- data/test_rails_app/app/controllers/admin/blog_posts2_controller.rb +0 -138
- data/test_rails_app/app/controllers/admin/blog_posts3_controller.rb +0 -76
- data/test_rails_app/app/controllers/admin/blog_posts4_controller.rb +0 -21
- data/test_rails_app/app/controllers/admin/blog_posts5_controller.rb +0 -27
- data/test_rails_app/app/controllers/admin/blog_posts6_controller.rb +0 -10
- data/test_rails_app/app/controllers/admin/blog_posts_controller.rb +0 -8
- data/test_rails_app/app/controllers/admin/blog_posts_custom_new_and_edit_controller.rb +0 -15
- data/test_rails_app/app/controllers/admin/blog_posts_read_only_controller.rb +0 -19
- data/test_rails_app/app/controllers/admin/bookmarks_controller.rb +0 -11
- data/test_rails_app/app/controllers/admin/comments2_controller.rb +0 -14
- data/test_rails_app/app/controllers/admin/comments_controller.rb +0 -12
- data/test_rails_app/app/controllers/admin/file_column_images2_controller.rb +0 -10
- data/test_rails_app/app/controllers/admin/file_column_images_controller.rb +0 -6
- data/test_rails_app/app/controllers/admin/images2_controller.rb +0 -11
- data/test_rails_app/app/controllers/admin/images_controller.rb +0 -6
- data/test_rails_app/app/controllers/admin/misconfigured1_controller.rb +0 -7
- data/test_rails_app/app/controllers/admin/not_migrated_yets_controller.rb +0 -9
- data/test_rails_app/app/controllers/admin/product_categories2_controller.rb +0 -7
- data/test_rails_app/app/controllers/admin/product_categories_controller.rb +0 -5
- data/test_rails_app/app/controllers/admin/products2_controller.rb +0 -15
- data/test_rails_app/app/controllers/admin/products_controller.rb +0 -31
- data/test_rails_app/app/controllers/admin/television_airings_controller.rb +0 -5
- data/test_rails_app/app/controllers/admin/television_time_slots_controller.rb +0 -5
- data/test_rails_app/app/controllers/admin/users2_controller.rb +0 -10
- data/test_rails_app/app/controllers/admin/users_controller.rb +0 -63
- data/test_rails_app/app/controllers/application.rb +0 -16
- data/test_rails_app/app/controllers/application_controller.rb +0 -16
- data/test_rails_app/app/controllers/blog_posts_controller.rb +0 -5
- data/test_rails_app/app/helpers/admin/appointments2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/appointments_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/blog_posts2_helper.rb +0 -27
- data/test_rails_app/app/helpers/admin/blog_posts3_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/blog_posts4_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/blog_posts6_helper.rb +0 -16
- data/test_rails_app/app/helpers/admin/blog_posts_custom_new_and_edit_helper.rb +0 -29
- data/test_rails_app/app/helpers/admin/blog_posts_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/blog_posts_read_only_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/bookmarks_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/comments2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/comments_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/file_column_images2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/file_column_images_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/images2_helper.rb +0 -8
- data/test_rails_app/app/helpers/admin/images_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/misconfigured1_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/not_migrated_yets_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/product_categories2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/product_categories_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/products2_helper.rb +0 -3
- data/test_rails_app/app/helpers/admin/products_helper.rb +0 -6
- data/test_rails_app/app/helpers/admin/television_airings_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/television_time_slots_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/users2_helper.rb +0 -2
- data/test_rails_app/app/helpers/admin/users_helper.rb +0 -25
- data/test_rails_app/app/helpers/application_helper.rb +0 -3
- data/test_rails_app/app/helpers/blog_posts_helper.rb +0 -2
- data/test_rails_app/app/models/appointment.rb +0 -5
- data/test_rails_app/app/models/blog_post.rb +0 -14
- data/test_rails_app/app/models/blog_post_tag.rb +0 -6
- data/test_rails_app/app/models/bookmark.rb +0 -6
- data/test_rails_app/app/models/comment.rb +0 -4
- data/test_rails_app/app/models/file_column_image.rb +0 -3
- data/test_rails_app/app/models/image.rb +0 -3
- data/test_rails_app/app/models/not_migrated_yet.rb +0 -2
- data/test_rails_app/app/models/product.rb +0 -7
- data/test_rails_app/app/models/product_category.rb +0 -9
- data/test_rails_app/app/models/tag.rb +0 -4
- data/test_rails_app/app/models/television_airing.rb +0 -3
- data/test_rails_app/app/models/television_time_slot.rb +0 -11
- data/test_rails_app/app/models/user.rb +0 -14
- data/test_rails_app/app/views/admin/appointments/_subject_input.html.erb +0 -2
- data/test_rails_app/app/views/admin/appointments2/_time_input.html.erb +0 -31
- data/test_rails_app/app/views/admin/blog_posts2/_after_form.html.erb +0 -5
- data/test_rails_app/app/views/admin/blog_posts2/_after_index.html.erb +0 -1
- data/test_rails_app/app/views/admin/blog_posts2/_after_tags_input.html.erb +0 -16
- data/test_rails_app/app/views/admin/blog_posts2/_before_index.html.erb +0 -2
- data/test_rails_app/app/views/admin/blog_posts5/_after_index_header.html.erb +0 -8
- data/test_rails_app/app/views/admin/blog_posts_read_only/_body_for_show.html.erb +0 -1
- data/test_rails_app/app/views/admin/products/_name_input.html.erb +0 -2
- data/test_rails_app/app/views/admin/products/_percent_off_input.html.erb +0 -2
- data/test_rails_app/app/views/admin/products/_price_input.html.erb +0 -10
- data/test_rails_app/app/views/blog_posts/show.html.erb +0 -13
- data/test_rails_app/app/views/layouts/admin.html.erb +0 -31
- data/test_rails_app/config/boot.rb +0 -109
- data/test_rails_app/config/database.yml +0 -28
- data/test_rails_app/config/environment.rb +0 -78
- data/test_rails_app/config/environments/development.rb +0 -17
- data/test_rails_app/config/environments/production.rb +0 -24
- data/test_rails_app/config/environments/test.rb +0 -24
- data/test_rails_app/config/initializers/inflections.rb +0 -10
- data/test_rails_app/config/initializers/mime_types.rb +0 -5
- data/test_rails_app/config/initializers/new_rails_defaults.rb +0 -17
- data/test_rails_app/config/locales/en.yml +0 -5
- data/test_rails_app/config/routes.rb +0 -43
- data/test_rails_app/db/migrate/20090213215514_create_blog_posts.rb +0 -12
- data/test_rails_app/db/migrate/20090217225542_add_body_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090221220917_create_tags.rb +0 -13
- data/test_rails_app/db/migrate/20090221220947_create_blog_post_tags.rb +0 -14
- data/test_rails_app/db/migrate/20090222162204_add_textile_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090222163231_add_published_at_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090301191722_create_images.rb +0 -16
- data/test_rails_app/db/migrate/20090305165345_create_accounts.rb +0 -14
- data/test_rails_app/db/migrate/20090307225027_rename_accounts_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20090307225750_add_user_id_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090309185114_change_blog_posts_textile.rb +0 -9
- data/test_rails_app/db/migrate/20090309193635_create_products.rb +0 -14
- data/test_rails_app/db/migrate/20090309203056_create_comments.rb +0 -15
- data/test_rails_app/db/migrate/20090323005947_create_file_column_images.rb +0 -12
- data/test_rails_app/db/migrate/20090326160049_add_birthday_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20090326223606_add_state_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20090503134004_add_file_column_image_to_products.rb +0 -9
- data/test_rails_app/db/migrate/20090617173651_create_bookmarks.rb +0 -15
- data/test_rails_app/db/migrate/20090624165355_add_tags_string_to_blog_post.rb +0 -9
- data/test_rails_app/db/migrate/20090625144313_add_avatar_fields_to_user.rb +0 -11
- data/test_rails_app/db/migrate/20090629202956_add_merged_into_to_blog_posts.rb +0 -9
- data/test_rails_app/db/migrate/20090701171857_add_force_textile_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20090704163647_add_deleted_at_to_products.rb +0 -9
- data/test_rails_app/db/migrate/20090704173800_add_sale_fields_to_products.rb +0 -13
- data/test_rails_app/db/migrate/20090714024501_create_product_categories.rb +0 -15
- data/test_rails_app/db/migrate/20090819162835_add_admin_level_to_users.rb +0 -9
- data/test_rails_app/db/migrate/20091115134559_add_first_and_last_names_to_users.rb +0 -11
- data/test_rails_app/db/migrate/20091221011256_add_position_to_product_categories.rb +0 -9
- data/test_rails_app/db/migrate/20091222160814_create_appointments.rb +0 -14
- data/test_rails_app/db/migrate/20091227224547_add_user_id_to_appointments.rb +0 -9
- data/test_rails_app/db/migrate/20100214213359_create_television_time_slots.rb +0 -13
- data/test_rails_app/db/migrate/20100214213451_create_television_airings.rb +0 -15
- data/test_rails_app/doc/README_FOR_APP +0 -5
- data/test_rails_app/lib/tasks/rspec.rake +0 -163
- data/test_rails_app/public/404.html +0 -30
- data/test_rails_app/public/422.html +0 -30
- data/test_rails_app/public/500.html +0 -33
- data/test_rails_app/public/dispatch.cgi +0 -10
- data/test_rails_app/public/dispatch.fcgi +0 -24
- data/test_rails_app/public/dispatch.rb +0 -10
- data/test_rails_app/public/favicon.ico +0 -0
- data/test_rails_app/public/images/rails.png +0 -0
- data/test_rails_app/public/index.html +0 -274
- data/test_rails_app/public/javascripts/application.js +0 -2
- data/test_rails_app/public/javascripts/controls.js +0 -963
- data/test_rails_app/public/javascripts/dragdrop.js +0 -973
- data/test_rails_app/public/javascripts/effects.js +0 -1128
- data/test_rails_app/public/javascripts/prototype.js +0 -4320
- data/test_rails_app/public/robots.txt +0 -5
- data/test_rails_app/public/stylesheets/admin.css +0 -3
- data/test_rails_app/public/stylesheets/scaffold.css +0 -54
- data/test_rails_app/script/about +0 -4
- data/test_rails_app/script/autospec +0 -5
- data/test_rails_app/script/console +0 -3
- data/test_rails_app/script/dbconsole +0 -3
- data/test_rails_app/script/destroy +0 -3
- data/test_rails_app/script/generate +0 -3
- data/test_rails_app/script/performance/benchmarker +0 -3
- data/test_rails_app/script/performance/profiler +0 -3
- data/test_rails_app/script/performance/request +0 -3
- data/test_rails_app/script/plugin +0 -3
- data/test_rails_app/script/populate_tables.rb +0 -49
- data/test_rails_app/script/process/inspector +0 -3
- data/test_rails_app/script/process/reaper +0 -3
- data/test_rails_app/script/process/spawner +0 -3
- data/test_rails_app/script/runner +0 -3
- data/test_rails_app/script/server +0 -3
- data/test_rails_app/script/spec +0 -5
- data/test_rails_app/script/spec_server +0 -125
- data/test_rails_app/spec/controllers/admin/appointments2_controller_spec.rb +0 -88
- data/test_rails_app/spec/controllers/admin/appointments_controller_spec.rb +0 -419
- data/test_rails_app/spec/controllers/admin/blog_posts2_controller_spec.rb +0 -1021
- data/test_rails_app/spec/controllers/admin/blog_posts3_controller_spec.rb +0 -532
- data/test_rails_app/spec/controllers/admin/blog_posts4_controller_spec.rb +0 -231
- data/test_rails_app/spec/controllers/admin/blog_posts5_controller_spec.rb +0 -77
- data/test_rails_app/spec/controllers/admin/blog_posts6_controller_spec.rb +0 -49
- data/test_rails_app/spec/controllers/admin/blog_posts_controller_spec.rb +0 -987
- data/test_rails_app/spec/controllers/admin/blog_posts_custom_new_and_edit_controller_spec.rb +0 -99
- data/test_rails_app/spec/controllers/admin/blog_posts_read_only_controller_spec.rb +0 -94
- data/test_rails_app/spec/controllers/admin/bookmarks_controller_spec.rb +0 -505
- data/test_rails_app/spec/controllers/admin/comments2_controller_spec.rb +0 -70
- data/test_rails_app/spec/controllers/admin/comments_controller_spec.rb +0 -82
- data/test_rails_app/spec/controllers/admin/file_column_images2_controller_spec.rb +0 -25
- data/test_rails_app/spec/controllers/admin/file_column_images_controller_spec.rb +0 -82
- data/test_rails_app/spec/controllers/admin/images2_controller_spec.rb +0 -44
- data/test_rails_app/spec/controllers/admin/images_controller_spec.rb +0 -97
- data/test_rails_app/spec/controllers/admin/misconfigured1_controller_spec.rb +0 -21
- data/test_rails_app/spec/controllers/admin/not_migrated_yets_controller_spec.rb +0 -10
- data/test_rails_app/spec/controllers/admin/product_categories2_controller_spec.rb +0 -215
- data/test_rails_app/spec/controllers/admin/product_categories_controller_spec.rb +0 -19
- data/test_rails_app/spec/controllers/admin/products2_controller_spec.rb +0 -203
- data/test_rails_app/spec/controllers/admin/products_controller_spec.rb +0 -255
- data/test_rails_app/spec/controllers/admin/television_airings_controller_spec.rb +0 -32
- data/test_rails_app/spec/controllers/admin/television_time_slots_controller_spec.rb +0 -10
- data/test_rails_app/spec/controllers/admin/users2_controller_spec.rb +0 -65
- data/test_rails_app/spec/controllers/admin/users_controller_spec.rb +0 -344
- data/test_rails_app/spec/controllers/blog_posts_controller_spec.rb +0 -13
- data/test_rails_app/spec/data/ruby_throated.jpg +0 -0
- data/test_rails_app/spec/data/tweenbot.jpg +0 -0
- data/test_rails_app/spec/fixtures/appointments.yml +0 -9
- data/test_rails_app/spec/fixtures/blog_post_tags.yml +0 -9
- data/test_rails_app/spec/fixtures/blog_posts.yml +0 -7
- data/test_rails_app/spec/fixtures/bookmarks.yml +0 -11
- data/test_rails_app/spec/fixtures/comments.yml +0 -11
- data/test_rails_app/spec/fixtures/file_column_images.yml +0 -7
- data/test_rails_app/spec/fixtures/images.yml +0 -7
- data/test_rails_app/spec/fixtures/not_migrated_yets.yml +0 -7
- data/test_rails_app/spec/fixtures/product_categories.yml +0 -7
- data/test_rails_app/spec/fixtures/products.yml +0 -9
- data/test_rails_app/spec/fixtures/tags.yml +0 -7
- data/test_rails_app/spec/fixtures/television_airings.yml +0 -11
- data/test_rails_app/spec/fixtures/television_time_slots.yml +0 -7
- data/test_rails_app/spec/fixtures/users.yml +0 -9
- data/test_rails_app/spec/helpers/admin/appointments2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/appointments_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts3_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts4_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts_custom_new_and_edit_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/blog_posts_read_only_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/bookmarks_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/comments2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/comments_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/file_column_images2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/file_column_images_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/images2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/images_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/misconfigured1_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/not_migrated_yets_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/product_categories2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/product_categories_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/products2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/products_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/television_airings_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/television_time_slots_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/users2_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/admin/users_helper_spec.rb +0 -11
- data/test_rails_app/spec/helpers/blog_posts_helper_spec.rb +0 -11
- data/test_rails_app/spec/models/appointment_spec.rb +0 -16
- data/test_rails_app/spec/models/blog_post_spec.rb +0 -13
- data/test_rails_app/spec/models/blog_post_tag_spec.rb +0 -14
- data/test_rails_app/spec/models/bookmark_spec.rb +0 -15
- data/test_rails_app/spec/models/comment_spec.rb +0 -15
- data/test_rails_app/spec/models/file_column_image_spec.rb +0 -12
- data/test_rails_app/spec/models/image_spec.rb +0 -12
- data/test_rails_app/spec/models/not_migrated_yet_spec.rb +0 -15
- data/test_rails_app/spec/models/product_category_spec.rb +0 -15
- data/test_rails_app/spec/models/product_spec.rb +0 -14
- data/test_rails_app/spec/models/tag_spec.rb +0 -13
- data/test_rails_app/spec/models/television_airing_spec.rb +0 -15
- data/test_rails_app/spec/models/television_time_slot_spec.rb +0 -13
- data/test_rails_app/spec/models/user_spec.rb +0 -14
- data/test_rails_app/spec/rcov.opts +0 -2
- data/test_rails_app/spec/spec.opts +0 -4
- data/test_rails_app/spec/spec_helper.rb +0 -88
- data/test_rails_app/spec/spec_or_test_helper.rb +0 -49
- data/test_rails_app/test/fixtures/file_column_images.yml +0 -7
- data/test_rails_app/test/integration/admin_blog_posts2_integration_test.rb +0 -16
- data/test_rails_app/test/integration/admin_blog_posts5_integration_test.rb +0 -19
- data/test_rails_app/test/integration/admin_blog_posts_integration_test.rb +0 -25
- data/test_rails_app/test/test_helper.rb +0 -28
- data/test_rails_app/vendor/plugins/file_column/CHANGELOG +0 -69
- data/test_rails_app/vendor/plugins/file_column/README +0 -54
- data/test_rails_app/vendor/plugins/file_column/Rakefile +0 -36
- data/test_rails_app/vendor/plugins/file_column/TODO +0 -6
- data/test_rails_app/vendor/plugins/file_column/init.rb +0 -13
- data/test_rails_app/vendor/plugins/file_column/lib/file_column.rb +0 -723
- data/test_rails_app/vendor/plugins/file_column/lib/file_column_helper.rb +0 -150
- data/test_rails_app/vendor/plugins/file_column/lib/file_compat.rb +0 -28
- data/test_rails_app/vendor/plugins/file_column/lib/magick_file_column.rb +0 -260
- data/test_rails_app/vendor/plugins/file_column/lib/rails_file_column.rb +0 -19
- data/test_rails_app/vendor/plugins/file_column/lib/test_case.rb +0 -124
- data/test_rails_app/vendor/plugins/file_column/lib/validations.rb +0 -112
- data/test_rails_app/vendor/plugins/file_column/test/abstract_unit.rb +0 -63
- data/test_rails_app/vendor/plugins/file_column/test/connection.rb +0 -17
- data/test_rails_app/vendor/plugins/file_column/test/file_column_helper_test.rb +0 -97
- data/test_rails_app/vendor/plugins/file_column/test/file_column_test.rb +0 -650
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/entry.rb +0 -32
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/invalid-image.jpg +0 -1
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/kerb.jpg +0 -0
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/mysql.sql +0 -25
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/schema.rb +0 -10
- data/test_rails_app/vendor/plugins/file_column/test/fixtures/skanthak.png +0 -0
- data/test_rails_app/vendor/plugins/file_column/test/magick_test.rb +0 -380
- data/test_rails_app/vendor/plugins/file_column/test/magick_view_only_test.rb +0 -21
|
@@ -1,344 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::UsersController do
|
|
4
|
-
integrate_views
|
|
5
|
-
|
|
6
|
-
before :all do
|
|
7
|
-
@user = User.find_or_create_by_username 'betty'
|
|
8
|
-
@user.update_attribute :password, 'crocker'
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
describe '#create' do
|
|
12
|
-
before :each do
|
|
13
|
-
post :create, :user => { :username => 'bill', :password => '' }
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
it 'should assign a new random password' do
|
|
17
|
-
user = User.find_by_username 'bill'
|
|
18
|
-
user.should_not be_nil
|
|
19
|
-
user.password.should_not == ''
|
|
20
|
-
end
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
describe '#create with the same username' do
|
|
24
|
-
before :each do
|
|
25
|
-
@user_count = User.count
|
|
26
|
-
post :create, :user => {:username => 'betty', :password => ''}
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
it 'should not save a new user' do
|
|
30
|
-
User.count.should == @user_count
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
it 'should not call after_save' do
|
|
34
|
-
response.should be_success
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
describe '#destroy' do
|
|
39
|
-
before :each do
|
|
40
|
-
post :destroy, :id => @user.id
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
it 'should destroy the user' do
|
|
44
|
-
User.find_by_id(@user.id).should be_nil
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
describe '#edit' do
|
|
49
|
-
before :all do
|
|
50
|
-
@user.update_attributes(
|
|
51
|
-
:has_avatar => true, :avatar_version => 9,
|
|
52
|
-
:force_blog_posts_to_textile => true
|
|
53
|
-
)
|
|
54
|
-
end
|
|
55
|
-
|
|
56
|
-
before :each do
|
|
57
|
-
get :edit, :id => @user.id
|
|
58
|
-
end
|
|
59
|
-
|
|
60
|
-
it 'should show the default text input for password' do
|
|
61
|
-
response.body.should match(%r|<input[^>]*name="user\[password\]"|)
|
|
62
|
-
end
|
|
63
|
-
|
|
64
|
-
it 'should show a reset password checkbox' do
|
|
65
|
-
response.should have_tag("input[type=checkbox][name=reset_password]")
|
|
66
|
-
end
|
|
67
|
-
|
|
68
|
-
it "should have a multipart form" do
|
|
69
|
-
response.should have_tag('form[enctype=multipart/form-data]')
|
|
70
|
-
end
|
|
71
|
-
|
|
72
|
-
it 'should have a file input for tmp_avatar' do
|
|
73
|
-
response.should have_tag(
|
|
74
|
-
'input[name=?][type=file]', 'user[tmp_avatar]'
|
|
75
|
-
)
|
|
76
|
-
end
|
|
77
|
-
|
|
78
|
-
it 'should show the current tmp_avatar with a custom src' do
|
|
79
|
-
response.should have_tag(
|
|
80
|
-
"img[src^=?]", "http://my-image-server.com/users/#{@user.id}.jpg?v=9"
|
|
81
|
-
)
|
|
82
|
-
end
|
|
83
|
-
|
|
84
|
-
it 'should have a remove-image option' do
|
|
85
|
-
response.should have_tag(
|
|
86
|
-
"input[type=checkbox][name=?]", 'user[tmp_avatar(destroy)]'
|
|
87
|
-
)
|
|
88
|
-
end
|
|
89
|
-
|
|
90
|
-
it 'should show a drop-down for force_blog_posts_to_textile' do
|
|
91
|
-
response.should have_tag('select[name=?]', 'user[force_blog_posts_to_textile]') do
|
|
92
|
-
with_tag "option:not([selected])[value='']"
|
|
93
|
-
with_tag "option:not([selected])[value=0]", :text => 'false'
|
|
94
|
-
with_tag "option[selected=selected][value=1]", :text => 'true'
|
|
95
|
-
end
|
|
96
|
-
end
|
|
97
|
-
end
|
|
98
|
-
|
|
99
|
-
describe '#index' do
|
|
100
|
-
before :each do
|
|
101
|
-
get :index
|
|
102
|
-
end
|
|
103
|
-
|
|
104
|
-
it 'should show a Delete link and a link to the profile page' do
|
|
105
|
-
response.should have_tag('td') do
|
|
106
|
-
with_tag(
|
|
107
|
-
"a[href=#][onclick*=?][onclick*=?][onclick*=?]",
|
|
108
|
-
"new Ajax.Request", "method:'delete'",
|
|
109
|
-
"Effect.Fade('user_#{@user.id}'",
|
|
110
|
-
:text => 'Delete'
|
|
111
|
-
)
|
|
112
|
-
with_tag(
|
|
113
|
-
"a[href=?]",
|
|
114
|
-
"/admin/blog_posts/new?blog_post%5Buser_id%5D=#{@user.id}",
|
|
115
|
-
:text => "New blog post"
|
|
116
|
-
)
|
|
117
|
-
end
|
|
118
|
-
end
|
|
119
|
-
end
|
|
120
|
-
|
|
121
|
-
describe '#index with a user with an avatar' do
|
|
122
|
-
before :all do
|
|
123
|
-
@user.update_attributes :has_avatar => true, :avatar_version => 9
|
|
124
|
-
end
|
|
125
|
-
|
|
126
|
-
before :each do
|
|
127
|
-
get :index
|
|
128
|
-
end
|
|
129
|
-
|
|
130
|
-
it 'should show the avatar image in the avatar column' do
|
|
131
|
-
response.should have_tag(
|
|
132
|
-
'img[src=?]', "http://my-image-server.com/users/#{@user.id}.jpg?v=9"
|
|
133
|
-
)
|
|
134
|
-
end
|
|
135
|
-
end
|
|
136
|
-
|
|
137
|
-
describe '#index search' do
|
|
138
|
-
before :all do
|
|
139
|
-
User.destroy_all
|
|
140
|
-
@john_doe = User.create! :username => 'johndoe'
|
|
141
|
-
@jane_doe = User.create! :username => 'janedoe', :password => "ihatejohn"
|
|
142
|
-
end
|
|
143
|
-
|
|
144
|
-
before :each do
|
|
145
|
-
get :index, :search => "john"
|
|
146
|
-
response.should be_success
|
|
147
|
-
end
|
|
148
|
-
|
|
149
|
-
it 'should match username' do
|
|
150
|
-
response.should have_tag('td', :text => 'johndoe')
|
|
151
|
-
end
|
|
152
|
-
|
|
153
|
-
it 'should not match password' do
|
|
154
|
-
response.should_not have_tag('td', :text => 'janedoe')
|
|
155
|
-
end
|
|
156
|
-
end
|
|
157
|
-
|
|
158
|
-
describe "#index search across first name and last name" do
|
|
159
|
-
before :all do
|
|
160
|
-
User.destroy_all
|
|
161
|
-
@john_doe = User.create!(
|
|
162
|
-
:username => 'johndoe', :first_name => 'john', :last_name => 'doe'
|
|
163
|
-
)
|
|
164
|
-
end
|
|
165
|
-
|
|
166
|
-
before :each do
|
|
167
|
-
get :index, :search => "john doe"
|
|
168
|
-
end
|
|
169
|
-
|
|
170
|
-
it 'should match' do
|
|
171
|
-
response.should have_tag('td', :text => 'johndoe')
|
|
172
|
-
end
|
|
173
|
-
end
|
|
174
|
-
|
|
175
|
-
describe '#new' do
|
|
176
|
-
before :each do
|
|
177
|
-
get :new
|
|
178
|
-
end
|
|
179
|
-
|
|
180
|
-
it 'should not show an input for password' do
|
|
181
|
-
response.body.should match(/autogenerated/)
|
|
182
|
-
response.body.should_not match(%r|<input[^>]*name="user\[password\]"|)
|
|
183
|
-
end
|
|
184
|
-
|
|
185
|
-
it 'should not show a reset password checkbox' do
|
|
186
|
-
response.should_not have_tag("input[type=checkbox][name=reset_password]")
|
|
187
|
-
end
|
|
188
|
-
|
|
189
|
-
it 'should use date dropdowns with nil defaults for birthday' do
|
|
190
|
-
nums_and_dt_fields = {1 => :year, 2 => :month, 3 => :day}
|
|
191
|
-
nums_and_dt_fields.each do |num, dt_field|
|
|
192
|
-
name = "user[birthday(#{num}i)]"
|
|
193
|
-
response.should have_tag('select[name=?]', name) do
|
|
194
|
-
with_tag "option[value='']"
|
|
195
|
-
with_tag(
|
|
196
|
-
"option:not([selected])[value=?]", Time.now.send(dt_field).to_s
|
|
197
|
-
)
|
|
198
|
-
end
|
|
199
|
-
end
|
|
200
|
-
end
|
|
201
|
-
|
|
202
|
-
it 'should not try to set an hour or minute for birthday' do
|
|
203
|
-
nums_and_dt_fields = {4 => :hour, 5 => :min}
|
|
204
|
-
nums_and_dt_fields.each do |num, dt_field|
|
|
205
|
-
name = "blog_post[published_at(#{num}i)]"
|
|
206
|
-
response.should_not have_tag('select[name=?]', name)
|
|
207
|
-
end
|
|
208
|
-
end
|
|
209
|
-
|
|
210
|
-
it 'should respect start_year and end_year parameters' do
|
|
211
|
-
response.should have_tag("select[name='user[birthday(1i)]']") do
|
|
212
|
-
(Time.now.year-100).upto(Time.now.year) do |year|
|
|
213
|
-
with_tag "option[value='#{year}']"
|
|
214
|
-
end
|
|
215
|
-
end
|
|
216
|
-
end
|
|
217
|
-
|
|
218
|
-
it 'should show a drop-down for US states' do
|
|
219
|
-
response.should have_tag('select[name=?]', 'user[state]') do
|
|
220
|
-
with_tag "option[value='']"
|
|
221
|
-
with_tag "option:not([selected])[value=AK]", :text => 'Alaska'
|
|
222
|
-
with_tag "option:not([selected])[value=NY]", :text => 'New York'
|
|
223
|
-
# blank option, 50 states, DC, Puerto Rico == 53 options
|
|
224
|
-
with_tag "option", :count => 53
|
|
225
|
-
end
|
|
226
|
-
end
|
|
227
|
-
|
|
228
|
-
it "should have a multipart form" do
|
|
229
|
-
response.should have_tag('form[enctype=multipart/form-data]')
|
|
230
|
-
end
|
|
231
|
-
|
|
232
|
-
it 'should have a file input for tmp_avatar' do
|
|
233
|
-
response.body.should match(
|
|
234
|
-
%r|<input[^>]*name="user\[tmp_avatar\]"[^>]*type="file"|
|
|
235
|
-
)
|
|
236
|
-
end
|
|
237
|
-
|
|
238
|
-
it 'should show a drop-down for force_blog_posts_to_textile' do
|
|
239
|
-
response.should have_tag('select[name=?]', 'user[force_blog_posts_to_textile]') do
|
|
240
|
-
with_tag "option[value='']"
|
|
241
|
-
with_tag "option:not([selected])[value=0]", :text => 'false'
|
|
242
|
-
with_tag "option:not([selected])[value=1]", :text => 'true'
|
|
243
|
-
end
|
|
244
|
-
end
|
|
245
|
-
|
|
246
|
-
it 'should show a select for admin_level' do
|
|
247
|
-
response.should have_tag("select[name=?]", "user[admin_level]") do
|
|
248
|
-
without_tag "option[value='']"
|
|
249
|
-
with_tag "option[value=normal][selected=selected]"
|
|
250
|
-
with_tag "option[value=admin]"
|
|
251
|
-
with_tag "option[value=superuser]"
|
|
252
|
-
end
|
|
253
|
-
end
|
|
254
|
-
end
|
|
255
|
-
|
|
256
|
-
describe '#update' do
|
|
257
|
-
before :each do
|
|
258
|
-
post(
|
|
259
|
-
:update,
|
|
260
|
-
:id => @user.id,
|
|
261
|
-
:user => {:username => 'bettie', :force_blog_posts_to_textile => ''}
|
|
262
|
-
)
|
|
263
|
-
@user.reload
|
|
264
|
-
end
|
|
265
|
-
|
|
266
|
-
it 'should not assign a new random password' do
|
|
267
|
-
@user.password.should == 'crocker'
|
|
268
|
-
end
|
|
269
|
-
|
|
270
|
-
it 'should know the difference between nil and false for force_blog_posts_to_textile' do
|
|
271
|
-
@user.force_blog_posts_to_textile.should be_nil
|
|
272
|
-
end
|
|
273
|
-
end
|
|
274
|
-
|
|
275
|
-
describe '#update while resetting password' do
|
|
276
|
-
before :each do
|
|
277
|
-
post(
|
|
278
|
-
:update, :id => @user.id, :user => {:username => 'bettie'},
|
|
279
|
-
:reset_password => '1'
|
|
280
|
-
)
|
|
281
|
-
end
|
|
282
|
-
|
|
283
|
-
it 'should assign a new random password' do
|
|
284
|
-
@user.reload
|
|
285
|
-
@user.password.should_not == 'crocker'
|
|
286
|
-
end
|
|
287
|
-
end
|
|
288
|
-
|
|
289
|
-
describe '#update while updating the current tmp_avatar' do
|
|
290
|
-
before :all do
|
|
291
|
-
@user.update_attributes :has_avatar => true, :avatar_version => 9
|
|
292
|
-
end
|
|
293
|
-
|
|
294
|
-
before :each do
|
|
295
|
-
file = File.new './spec/data/tweenbot.jpg'
|
|
296
|
-
post :update, :id => @user.id, :user => {:tmp_avatar => file}
|
|
297
|
-
end
|
|
298
|
-
|
|
299
|
-
it 'should increment the avatar_version through before_save' do
|
|
300
|
-
@user.reload
|
|
301
|
-
@user.avatar_version.should == 10
|
|
302
|
-
end
|
|
303
|
-
end
|
|
304
|
-
|
|
305
|
-
describe '#update while removing the current tmp_avatar' do
|
|
306
|
-
before :all do
|
|
307
|
-
@user.update_attributes :has_avatar => true, :avatar_version => 9
|
|
308
|
-
end
|
|
309
|
-
|
|
310
|
-
before :each do
|
|
311
|
-
post(
|
|
312
|
-
:update,
|
|
313
|
-
:id => @user.id,
|
|
314
|
-
:user => {:tmp_avatar => '', 'tmp_avatar(destroy)' => '1' }
|
|
315
|
-
)
|
|
316
|
-
end
|
|
317
|
-
|
|
318
|
-
it 'should set has_avatar to false' do
|
|
319
|
-
@user.reload
|
|
320
|
-
@user.has_avatar?.should be_false
|
|
321
|
-
end
|
|
322
|
-
end
|
|
323
|
-
|
|
324
|
-
describe 'while trying to update and remove tmp_avatar at the same time' do
|
|
325
|
-
before :all do
|
|
326
|
-
@user.update_attributes :has_avatar => true, :avatar_version => 9
|
|
327
|
-
end
|
|
328
|
-
|
|
329
|
-
before :each do
|
|
330
|
-
file = File.new './spec/data/tweenbot.jpg'
|
|
331
|
-
post(
|
|
332
|
-
:update,
|
|
333
|
-
:id => @user.id,
|
|
334
|
-
:user => {:tmp_avatar => file, 'tmp_avatar(destroy)' => '1'}
|
|
335
|
-
)
|
|
336
|
-
end
|
|
337
|
-
|
|
338
|
-
it 'should assume you meant to update' do
|
|
339
|
-
@user.reload
|
|
340
|
-
@user.avatar_version.should == 10
|
|
341
|
-
@user.has_avatar?.should be_true
|
|
342
|
-
end
|
|
343
|
-
end
|
|
344
|
-
end
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe BlogPostsController do
|
|
4
|
-
integrate_views
|
|
5
|
-
|
|
6
|
-
describe '#create' do
|
|
7
|
-
it 'should not be defined by admin_assistant' do
|
|
8
|
-
lambda { post :create }.should raise_error(
|
|
9
|
-
ActionController::UnknownAction
|
|
10
|
-
)
|
|
11
|
-
end
|
|
12
|
-
end
|
|
13
|
-
end
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require 'spec_helper'
|
|
2
|
-
|
|
3
|
-
describe Admin::Appointments2Helper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::Appointments2Helper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require 'spec_helper'
|
|
2
|
-
|
|
3
|
-
describe Admin::AppointmentsHelper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::AppointmentsHelper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::BlogPosts2Helper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::BlogPosts2Helper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::BlogPosts3Helper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::BlogPosts3Helper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::BlogPosts4Helper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::BlogPosts4Helper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::BlogPostsCustomNewAndEditHelper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::BlogPostsCustomNewAndEditHelper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::BlogPostsHelper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::BlogPostsHelper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::BlogPostsReadOnlyHelper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::BlogPostsReadOnlyHelper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::BookmarksHelper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::BookmarksHelper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::Comments2Helper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::Comments2Helper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::CommentsHelper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::CommentsHelper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::FileColumnImages2Helper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::FileColumnImages2Helper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
|
2
|
-
|
|
3
|
-
describe Admin::FileColumnImagesHelper do
|
|
4
|
-
|
|
5
|
-
#Delete this example and add some real ones or delete this file
|
|
6
|
-
it "should be included in the object returned by #helper" do
|
|
7
|
-
included_modules = (class << helper; self; end).send :included_modules
|
|
8
|
-
included_modules.should include(Admin::FileColumnImagesHelper)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
end
|