/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/testapp/Rakefile
== CreateUsers: migrating ====================================================
-- create_table("users")
-> 0.0053s
== CreateUsers: migrated (0.0054s) ===========================================
== AddActivationCodeToUser: migrating ========================================
-- add_column(:users, :activation_code, :string, {:limit=>40})
-> 0.0008s
-- add_column(:users, :activated_at, :datetime)
-> 0.0003s
== AddActivationCodeToUser: migrated (0.0013s) ===============================
== CreatePhotos: migrating ===================================================
-- create_table(:photos)
-> 0.0018s
== CreatePhotos: migrated (0.0020s) ==========================================
== AddTagSupport: migrating ==================================================
-- create_table(:tags)
-> 0.0025s
-- create_table(:taggings)
-> 0.0007s
== AddTagSupport: migrated (0.0034s) =========================================
== CreateFriendships: migrating ==============================================
-- create_table(:friendships)
-> 0.0014s
== CreateFriendships: migrated (0.0015s) =====================================
== AddCommentsTables: migrating ==============================================
-- create_table(:comments)
-> 0.0018s
-- add_index(:comments, ["user_id"], {:name=>"fk_comments_user"})
-> 0.0004s
== AddCommentsTables: migrated (0.0023s) =====================================
== CreateFriendshipStatuses: migrating =======================================
-- create_table(:friendship_statuses)
-> 0.0017s
-- add_column("friendships", "friendship_status_id", :integer)
-> 0.0007s
== CreateFriendshipStatuses: migrated (0.0027s) ==============================
== AddFriendshipStatuses: migrating ==========================================
== AddFriendshipStatuses: migrated (0.0216s) =================================
== CreateClippings: migrating ================================================
-- create_table(:clippings)
-> 0.0016s
== CreateClippings: migrated (0.0017s) =======================================
== CreateInvitations: migrating ==============================================
-- create_table(:invitations)
-> 0.0018s
== CreateInvitations: migrated (0.0019s) =====================================
== CreateHomepageFeatures: migrating =========================================
-- create_table(:homepage_features)
-> 0.0023s
== CreateHomepageFeatures: migrated (0.0023s) ================================
== CreatePosts: migrating ====================================================
-- create_table(:posts)
-> 0.0020s
== CreatePosts: migrated (0.0021s) ===========================================
== CreateStates: migrating ===================================================
-- create_table(:states)
-> 0.0012s
-- add_column("users", "state_id", :integer)
-> 0.0005s
== CreateStates: migrated (0.0018s) ==========================================
== AddStates: migrating ======================================================
== AddStates: migrated (0.0544s) =============================================
== CreateMetroAreas: migrating ===============================================
-- create_table(:metro_areas)
-> 0.0025s
-- add_column("users", "metro_area_id", :integer)
-> 0.0006s
== CreateMetroAreas: migrated (0.0032s) ======================================
== AddMetroAreas: migrating ==================================================
== AddMetroAreas: migrated (0.6274s) =========================================
== AddSessionsTable: migrating ===============================================
-- create_table(:sessions)
-> 0.0020s
-- add_index(:sessions, :sessid)
-> 0.0005s
== AddSessionsTable: migrated (0.0027s) ======================================
== CreateCategories: migrating ===============================================
-- create_table(:categories)
-> 0.0012s
== CreateCategories: migrated (0.0013s) ======================================
== ChangeCommentToTextField: migrating =======================================
-- remove_column("comments", "comment")
-> 0.0084s
-- add_column("comments", "comment", :text)
-> 0.0004s
== ChangeCommentToTextField: migrated (0.0090s) ==============================
== CreateLoginSlug: migrating ================================================
-- add_column("users", "login_slug", :string)
-> 0.0009s
== CreateLoginSlug: migrated (0.0009s) =======================================
== AddCategoryNames: migrating ===============================================
== AddCategoryNames: migrated (0.0000s) ======================================
== AddDeniedFriendshipStatus: migrating ======================================
== AddDeniedFriendshipStatus: migrated (0.0038s) =============================
== AddNotificationPreferences: migrating =====================================
-- add_column(:users, :notify_comments, :boolean, {:default=>true})
-> 0.0009s
-- add_column(:users, :notify_friend_requests, :boolean, {:default=>true})
-> 0.0004s
-- add_column(:users, :notify_community_news, :boolean, {:default=>true})
-> 0.0005s
== AddNotificationPreferences: migrated (0.0020s) ============================
== CreateCountries: migrating ================================================
-- create_table(:countries)
-> 0.0012s
== CreateCountries: migrated (0.0013s) =======================================
== AddCountries: migrating ===================================================
== AddCountries: migrated (0.1850s) ==========================================
== AddUsToExistingMetroAreas: migrating ======================================
== AddUsToExistingMetroAreas: migrated (0.0106s) =============================
== AddCountryIdToUsers: migrating ============================================
-- add_column(:users, :country_id, :integer)
-> 0.0010s
== AddCountryIdToUsers: migrated (0.0011s) ===================================
== AddUsToUsersWithStates: migrating =========================================
== AddUsToUsersWithStates: migrated (0.0000s) ================================
== AddUsersCounterCache: migrating ===========================================
-- add_column(:metro_areas, :users_count, :integer, {:default=>0})
-> 0.0009s
== AddUsersCounterCache: migrated (0.0010s) ==================================
== NewsToTalk: migrating =====================================================
== NewsToTalk: migrated (0.0000s) ============================================
== FeaturedUsers: migrating ==================================================
-- add_column(:users, :featured_writer, :boolean, {:default=>false})
-> 0.0011s
== FeaturedUsers: migrated (0.0012s) =========================================
== AddLastLogin: migrating ===================================================
-- add_column(:users, :last_login_at, :datetime)
-> 0.0009s
== AddLastLogin: migrated (0.0010s) ==========================================
== TrackEmailed: migrating ===================================================
-- add_column(:posts, :emailed_count, :integer, {:default=>0})
-> 0.0075s
== TrackEmailed: migrated (0.0076s) ==========================================
== CreateSkills: migrating ===================================================
== CreateSkills: migrated (0.0000s) ==========================================
== CreateOfferings: migrating ================================================
== CreateOfferings: migrated (0.0000s) =======================================
== AddZagToUsers: migrating ==================================================
-- add_column(:users, :zip, :string)
-> 0.0010s
-- add_column(:users, :birthday, :date)
-> 0.0004s
-- add_column(:users, :gender, :string)
-> 0.0004s
== AddZagToUsers: migrated (0.0020s) =========================================
== CreateActivitiesTable: migrating ==========================================
-- create_table(:activities)
-> 0.0025s
== CreateActivitiesTable: migrated (0.0026s) =================================
== AddCategoryTips: migrating ================================================
-- add_column(:categories, :tips, :text)
-> 0.0008s
== AddCategoryTips: migrated (0.0009s) =======================================
== CreateEventsTable: migrating ==============================================
-- create_table(:events)
-> 0.0028s
== CreateEventsTable: migrated (0.0029s) =====================================
== AddPrivacyToUsers: migrating ==============================================
-- add_column(:users, :profile_public, :boolean, {:default=>true})
-> 0.0015s
== AddPrivacyToUsers: migrated (0.0016s) =====================================
== SqlSessionStoreSetup: migrating ===========================================
== SqlSessionStoreSetup: migrated (0.0000s) ==================================
== CategoryImprovements: migrating ===========================================
-- add_column(:categories, :new_post_text, :string)
-> 0.0019s
-- add_column(:categories, :nav_text, :string)
-> 0.0011s
== CategoryImprovements: migrated (0.0033s) ==================================
== AddingIndexes: migrating ==================================================
-- add_index(:comments, :recipient_id)
-> 0.0012s
-- add_index(:photos, :parent_id)
-> 0.0004s
-- add_index(:taggings, :tag_id)
-> 0.0004s
-- add_index(:comments, :created_at)
-> 0.0006s
-- add_index(:users, :avatar_id)
-> 0.0005s
-- add_index(:users, :featured_writer)
-> 0.0005s
-- add_index(:comments, :commentable_type)
-> 0.0007s
-- add_index(:comments, :commentable_id)
-> 0.0008s
-- add_index(:taggings, :taggable_type)
-> 0.0005s
-- add_index(:taggings, :taggable_id)
-> 0.0006s
-- add_index(:users, :activated_at)
-> 0.0006s
-- add_index(:users, :vendor)
-> 0.0007s
-- add_index(:posts, :category_id)
-> 0.0005s
-- add_index(:users, :login_slug)
-> 0.0008s
-- add_index(:friendships, :user_id)
-> 0.0004s
-- add_index(:friendships, :friendship_status_id)
-> 0.0005s
== AddingIndexes: migrated (0.0103s) =========================================
== AddingAds: migrating ======================================================
-- create_table(:ads)
-> 0.0021s
== AddingAds: migrated (0.0022s) =============================================
== AddPolls: migrating =======================================================
-- create_table(:polls)
-> 0.0017s
-- create_table(:choices)
-> 0.0009s
-- create_table(:votes)
-> 0.0009s
== AddPolls: migrated (0.0037s) ==============================================
== AddActivitiesCount: migrating =============================================
-- add_column(:users, :activities_count, :integer, {:default=>0})
-> 0.0017s
== AddActivitiesCount: migrated (0.0018s) ====================================
== CreateInitialSchema: migrating ============================================
-- create_table("forums")
-> 0.0038s
-- create_table("moderatorships")
-> 0.0021s
-- add_index("moderatorships", ["forum_id"], {:name=>"index_moderatorships_on_forum_id"})
-> 0.0011s
-- create_table("monitorships")
-> 0.0021s
-- create_table("sb_posts")
-> 0.0021s
-- add_index("sb_posts", ["forum_id", "created_at"], {:name=>"index_sb_posts_on_forum_id"})
-> 0.0004s
-- add_index("sb_posts", ["user_id", "created_at"], {:name=>"index_sb_posts_on_user_id"})
-> 0.0005s
-- create_table("topics")
-> 0.0015s
-- add_column(:users, :sb_posts_count, :integer, {:default=>0})
-> 0.0006s
-- add_column(:users, :sb_last_seen_at, :datetime)
-> 0.0006s
-- add_index("topics", ["forum_id"], {:name=>"index_topics_on_forum_id"})
-> 0.0004s
-- add_index("topics", ["forum_id", "sticky", "replied_at"], {:name=>"index_topics_on_sticky_and_replied_at"})
-> 0.0005s
-- add_index("topics", ["forum_id", "replied_at"], {:name=>"index_topics_on_forum_id_and_replied_at"})
-> 0.0006s
== CreateInitialSchema: migrated (0.0171s) ===================================
== AddAudienceLimitationToAds: migrating =====================================
-- add_column(:ads, :audience, :string, {:default=>"all"})
-> 0.0015s
== AddAudienceLimitationToAds: migrated (0.0016s) ============================
== CreateAssets: migrating ===================================================
-- create_table(:assets)
-> 0.0020s
== CreateAssets: migrated (0.0021s) ==========================================
== CreateFavoritables: migrating =============================================
-- create_table(:favorites)
-> 0.0027s
-- add_column(:clippings, :favorited_count, :integer, {:default=>0})
-> 0.0005s
-- add_column(:posts, :favorited_count, :integer, {:default=>0})
-> 0.0005s
-- add_index(:favorites, [:user_id], {:name=>"fk_favorites_user"})
-> 0.0004s
== CreateFavoritables: migrated (0.0043s) ====================================
== AddPublishedAsToPosts: migrating ==========================================
-- add_column(:posts, :published_as, :string, {:limit=>16, :default=>"draft"})
-> 0.0010s
== AddPublishedAsToPosts: migrated (0.0010s) =================================
== AddPublishedAtToPosts: migrating ==========================================
-- add_column(:posts, :published_at, :datetime)
-> 0.0008s
== AddPublishedAtToPosts: migrated (0.0009s) =================================
== CreateRoles: migrating ====================================================
-- create_table(:roles)
-> 0.0012s
-- add_column(:users, :role_id, :integer)
-> 0.0008s
-- remove_column(:users, :admin)
-> 0.0323s
== CreateRoles: migrated (0.5123s) ===========================================
== AddMoreIndexes: migrating =================================================
-- add_index(:posts, :published_at)
-> 0.0012s
-- add_index(:posts, :published_as)
-> 0.0007s
-- add_index(:polls, :created_at)
-> 0.0004s
-- add_index(:polls, :post_id)
-> 0.0005s
-- add_index(:activities, :created_at)
-> 0.0004s
-- add_index(:activities, :user_id)
-> 0.0005s
== AddMoreIndexes: migrated (0.0041s) ========================================
== AddAnonymousCommentingFields: migrating ===================================
-- add_column(:comments, :author_name, :string)
-> 0.0012s
-- add_column(:comments, :author_email, :string)
-> 0.0007s
-- add_column(:comments, :author_url, :string)
-> 0.0006s
-- add_column(:comments, :author_ip, :string)
-> 0.0006s
== AddAnonymousCommentingFields: migrated (0.0033s) ==========================
== CreateMessages: migrating =================================================
-- create_table(:messages)
-> 0.0027s
== CreateMessages: migrated (0.0028s) ========================================
== StillMoreIndexes: migrating ===============================================
-- add_index(:posts, :user_id)
-> 0.0015s
-- add_index(:tags, :name)
-> 0.0005s
-- add_index(:taggings, [:taggable_id, :taggable_type])
-> 0.0010s
-- add_index(:photos, :created_at)
-> 0.0007s
-- add_index(:users, :created_at)
-> 0.0011s
-- add_index(:clippings, :created_at)
-> 0.0005s
== StillMoreIndexes: migrated (0.0058s) ======================================
== PostgresCompatibilityChanges: migrating ===================================
-- change_column(:messages, :recipient_deleted, :boolean, {:default=>false})
-> 0.0078s
== PostgresCompatibilityChanges: migrated (0.0079s) ==========================
== AddNotifyToComments: migrating ============================================
-- add_column(:comments, :notify_by_email, :boolean, {:default=>true})
-> 0.0010s
== AddNotifyToComments: migrated (0.0011s) ===================================
== CreateAlbums: migrating ===================================================
-- create_table(:albums)
-> 0.0019s
== CreateAlbums: migrated (0.0020s) ==========================================
== AddAlbumIdToPhotos: migrating =============================================
-- add_column(:photos, :album_id, :integer)
-> 0.0009s
== AddAlbumIdToPhotos: migrated (0.0010s) ====================================
== AddViewCountToAlbums: migrating ===========================================
-- add_column(:albums, :view_count, :integer)
-> 0.0017s
== AddViewCountToAlbums: migrated (0.0018s) ==================================
== AddViewCountToPhotos: migrating ===========================================
-- add_column(:photos, :view_count, :integer)
-> 0.0010s
== AddViewCountToPhotos: migrated (0.0010s) ==================================
== CreateStaticPages: migrating ==============================================
== CreateStaticPages: migrated (0.0000s) =====================================
== CreateRsvps: migrating ====================================================
-- create_table(:rsvps)
-> 0.0025s
== CreateRsvps: migrated (0.0026s) ===========================================
== CreatePages: migrating ====================================================
-- create_table(:pages)
-> 0.0022s
== CreatePages: migrated (0.0027s) ===========================================
== AddPages: migrating =======================================================
== AddPages: migrated (0.0000s) ==============================================
== AuthlogicCompatibilityChanges: migrating ==================================
-- change_column(:users, :crypted_password, :string, {:limit=>255})
-> 0.0311s
-- change_column(:users, :salt, :string, {:limit=>255})
-> 0.0323s
-- rename_column(:users, :salt, :password_salt)
-> 0.0338s
-- rename_column(:users, :remember_token, :persistence_token)
-> 0.0297s
-- remove_column(:users, :remember_token_expires_at)
-> 0.0298s
-- change_table(:users)
-> 0.0043s
-- add_index(:users, :login)
-> 0.0010s
-- add_index(:users, :persistence_token)
-> 0.0011s
-- add_index(:users, :last_request_at)
-> 0.0011s
== AuthlogicCompatibilityChanges: migrated (0.1646s) =========================
== AddAllowRsvpToEvents: migrating ===========================================
-- add_column(:events, :allow_rsvp, :boolean, {:default=>true})
-> 0.0010s
== AddAllowRsvpToEvents: migrated (0.0011s) ==================================
== AddTaggingsCountToTags: migrating =========================================
-- add_column(:tags, :taggings_count, :integer, {:default=>0})
-> 0.0014s
== AddTaggingsCountToTags: migrated (0.0015s) ================================
== AddThreadingToMessages: migrating =========================================
-- add_column(:messages, :parent_id, :integer)
-> 0.0019s
-- create_table(:message_threads)
-> 0.0026s
== AddThreadingToMessages: migrated (0.0048s) ================================
== AddAnonymousForumPosting: migrating =======================================
-- add_column(:sb_posts, :author_name, :string)
-> 0.0009s
-- add_column(:sb_posts, :author_email, :string)
-> 0.0004s
-- add_column(:sb_posts, :author_url, :string)
-> 0.0004s
-- add_column(:sb_posts, :author_ip, :string)
-> 0.0004s
== AddAnonymousForumPosting: migrated (0.0024s) ==============================
== AddCommentNotificationToggle: migrating ===================================
-- add_column(:posts, :send_comment_notifications, :boolean, {:default=>true})
-> 0.0009s
== AddCommentNotificationToggle: migrated (0.0011s) ==========================
== PaperclipChanges: migrating ===============================================
-- rename_column(:photos, :filename, :photo_file_name)
-> 0.0125s
-- rename_column(:photos, :content_type, :photo_content_type)
-> 0.0110s
-- rename_column(:photos, :size, :photo_file_size)
-> 0.1046s
-- add_column(:photos, :photo_updated_at, :datetime)
-> 0.0005s
-- rename_column(:assets, :filename, :asset_file_name)
-> 0.0068s
-- rename_column(:assets, :content_type, :asset_content_type)
-> 0.0064s
-- rename_column(:assets, :size, :asset_file_size)
-> 0.0062s
-- add_column(:assets, :asset_updated_at, :datetime)
-> 0.0004s
-- rename_column(:homepage_features, :filename, :image_file_name)
-> 0.0063s
-- rename_column(:homepage_features, :content_type, :image_content_type)
-> 0.0062s
-- rename_column(:homepage_features, :size, :image_file_size)
-> 0.0061s
-- add_column(:homepage_features, :image_updated_at, :datetime)
-> 0.0004s
== PaperclipChanges: migrated (0.1681s) ======================================
== CreateAuthorizations: migrating ===========================================
-- create_table(:authorizations)
-> 0.0034s
== CreateAuthorizations: migrated (0.0035s) ==================================
== CreateSlugs: migrating ====================================================
-- create_table(:slugs)
-> 0.0016s
-- add_index(:slugs, :sluggable_id)
-> 0.0005s
-- add_index(:slugs, [:name, :sluggable_type, :sequence, :scope], {:name=>"index_slugs_on_n_s_s_and_s", :unique=>true})
-> 0.0007s
== CreateSlugs: migrated (0.0031s) ===========================================
== MigrateToActsAsTaggableOn: migrating ======================================
-- change_table(:taggings)
-> 0.0024s
-- add_index(:taggings, [:taggable_id, :taggable_type, :context])
-> 0.0010s
== MigrateToActsAsTaggableOn: migrated (0.0035s) =============================
Run options:
# Running tests:
................E....E...........................................................................E....E................................................................................................................
Finished tests in 11.261018s, 19.0924 tests/s, 30.2815 assertions/s.
1) Error:
test_should_be_created(ClippingImageTest):
ActiveRecord::RecordInvalid: Validation failed: Asset Could not run the `identify` command. Please install ImageMagick., Asset Could not run the `identify` command. Please install ImageMagick., Asset Could not run the `identify` command. Please install ImageMagick.
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/validations.rb:56:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `block in save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:208:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `save!'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/unit/clipping_image_test.rb:14:in `test_should_be_created'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:436:in `_run__3851217676253124440__setup__1332389551840683477__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
2) Error:
test_should_get_clipping_image(ClippingTest):
ActiveRecord::RecordInvalid: Validation failed: Image is invalid
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/validations.rb:56:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `block in save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:208:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `save!'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/unit/clipping_test.rb:40:in `block in test_should_get_clipping_image'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/test_helper.rb:50:in `assert_difference'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/unit/clipping_test.rb:38:in `test_should_get_clipping_image'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:436:in `_run__164317923248379719__setup__1332389551840683477__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
3) Error:
test_should_create_photo(PhotoTest):
ActiveRecord::RecordInvalid: Validation failed: Photo Could not run the `identify` command. Please install ImageMagick., Photo Could not run the `identify` command. Please install ImageMagick., Photo Could not run the `identify` command. Please install ImageMagick.
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/validations.rb:56:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `block in save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:208:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `save!'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/unit/photo_test.rb:38:in `block in test_should_create_photo'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/test_helper.rb:50:in `assert_difference'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/unit/photo_test.rb:35:in `test_should_create_photo'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:436:in `_run__1147136127849131785__setup__1332389551840683477__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
4) Error:
test_should_upload_from_url(PhotoTest):
ActiveRecord::RecordInvalid: Validation failed: Photo Could not run the `identify` command. Please install ImageMagick., Photo Could not run the `identify` command. Please install ImageMagick., Photo Could not run the `identify` command. Please install ImageMagick.
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/validations.rb:56:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `block in save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:208:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `save!'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/unit/photo_test.rb:46:in `block in test_should_upload_from_url'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/test_helper.rb:50:in `assert_difference'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/unit/photo_test.rb:43:in `test_should_upload_from_url'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:436:in `_run__1147136127849131785__setup__1332389551840683477__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
215 tests, 341 assertions, 0 failures, 4 errors, 0 skips
ruby -v: ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-linux]
Run options:
# Running tests:
................................................E.............F.................................................................F....................................................................E.E.......................................................................................................E................................E.....................E........................EEF.
Finished tests in 56.965886s, 6.7935 tests/s, 11.9721 assertions/s.
1) Failure:
test_should_upload_profile_photo(UsersControllerTest) [/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/users_controller_test.rb:294]:
Expected response to be a <:redirect>, but was <200>
2) Failure:
test_should_update_clipping(ClippingsControllerTest) [/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/clippings_controller_test.rb:114]:
Expected response to be a <:redirect>, but was <200>
3) Failure:
test_should_create_homepage_feature(HomepageFeaturesControllerTest) [/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/homepage_features_controller_test.rb:21]:
<2> expected but was
<1>.
4) Error:
test_should_show_tag_with_type(TagsControllerTest):
ActiveRecord::RecordInvalid: Validation failed: Image can't be blank
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/validations.rb:56:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `block in save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:208:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `save!'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/tags_controller_test.rb:27:in `block in test_should_show_tag_with_type'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/tags_controller_test.rb:24:in `each'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/tags_controller_test.rb:24:in `test_should_show_tag_with_type'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__4425600947505655140__setup__35883551600485561__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
5) Error:
test_should_create_photo_without_album_id(PhotosControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Photo without an ID
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/relation/finder_methods.rb:312:in `find_with_ids'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/relation/finder_methods.rb:107:in `find'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/querying.rb:5:in `find'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/photos_controller_test.rb:103:in `block in test_should_create_photo_without_album_id'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/test_helper.rb:50:in `assert_difference'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/photos_controller_test.rb:97:in `test_should_create_photo_without_album_id'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__2806976789893989730__setup__35883551600485561__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
6) Error:
test_should_create_photo(PhotosControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Photo without an ID
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/relation/finder_methods.rb:312:in `find_with_ids'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/relation/finder_methods.rb:107:in `find'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/querying.rb:5:in `find'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/photos_controller_test.rb:14:in `block in test_should_create_photo'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/test_helper.rb:50:in `assert_difference'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/photos_controller_test.rb:8:in `test_should_create_photo'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__2806976789893989730__setup__35883551600485561__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
7) Error:
test_should_crop_profile_photo(UsersControllerTest):
ActiveRecord::RecordInvalid: Validation failed: Photo Could not run the `identify` command. Please install ImageMagick., Photo Could not run the `identify` command. Please install ImageMagick., Photo Could not run the `identify` command. Please install ImageMagick.
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/validations.rb:56:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `block in save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:208:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `save!'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/users_controller_test.rb:281:in `test_should_crop_profile_photo'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__1920897799572231921__setup__35883551600485561__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
8) Error:
test_should_not_delete_existing_avatar_if_file_field_is_blank(UsersControllerTest):
NoMethodError: undefined method `photo_file_name' for nil:NilClass
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/users_controller_test.rb:271:in `test_should_not_delete_existing_avatar_if_file_field_is_blank'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__1920897799572231921__setup__35883551600485561__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
9) Error:
test_should_upload_avatar(UsersControllerTest):
NoMethodError: undefined method `photo_file_name' for nil:NilClass
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/users_controller_test.rb:259:in `test_should_upload_avatar'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__1920897799572231921__setup__35883551600485561__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
10) Error:
test_should_upload_avatar_from_url(UsersControllerTest):
NoMethodError: undefined method `photo_file_name' for nil:NilClass
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/users_controller_test.rb:265:in `test_should_upload_avatar_from_url'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__1920897799572231921__setup__35883551600485561__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
11) Error:
test_should_create_clipping(ClippingsControllerTest):
ActiveRecord::RecordInvalid: Validation failed: Image is invalid
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/validations.rb:56:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `block in save!'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:208:in `transaction'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `save!'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/app/controllers/clippings_controller.rb:141:in `block in create'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/mime_responds.rb:270:in `call'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/app/controllers/clippings_controller.rb:140:in `create'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:167:in `process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:10:in `process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:471:in `block (2 levels) in _run__1584554603550023233__process_action__3528065255919005178__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_2661'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:326:in `around'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:310:in `_callback_around_1260'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_2661'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:470:in `block in _run__1584554603550023233__process_action__3528065255919005178__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_2660'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/lib/community_engine/localized_application.rb:25:in `set_locale'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_2660'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:425:in `_run__1584554603550023233__process_action__3528065255919005178__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:17:in `process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/rescue.rb:29:in `process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:121:in `process'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:45:in `process'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/metal/testing.rb:17:in `process_with_new_base_test'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/test_case.rb:475:in `process'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/test_case.rb:49:in `process'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/actionpack-3.2.13/lib/action_controller/test_case.rb:397:in `post'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/clippings_controller_test.rb:72:in `block in test_should_create_clipping'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/test_helper.rb:50:in `assert_difference'
/home/jrg/code/snowypenguinsolutions/ClientName/communityengine/test/functional/clippings_controller_test.rb:71:in `test_should_create_clipping'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1301:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:36:in `block in run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__4048558378757966727__setup__35883551600485561__callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb:35:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/home/jrg/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
387 tests, 682 assertions, 3 failures, 8 errors, 0 skips
ruby -v: ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-linux]