couch_rest_adapter 0.4.12 → 0.4.13

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa4c4b211f747d25b01d74c2497089dca124e5ab
4
- data.tar.gz: f886a68a0ead06615434ceb89276092aa115382d
3
+ metadata.gz: 85765ce19ed0ba3a2237bc6ff354fd321c86e313
4
+ data.tar.gz: 31483b73d9c1604a78c57943349dd284a3201984
5
5
  SHA512:
6
- metadata.gz: 6c927e9d76733b2c3ce6ddf017ff1f895e1e8cac0f37f69251c21fcd1c62b863ee03a33d96a8678847bbe9d7dfa223cb29948a47d1e78e3672395231b2c06c55
7
- data.tar.gz: e4a10f9c527c5becaead1ef0eb5ee41a011c8570675c31b49ef05d37bc6a0877d7a62acb0407e71b0e1dea7d75e3fdc06d22e380a805f324293ca358f3845ecb
6
+ metadata.gz: eba3f0f8e7807ff75320798e291140a788b559ff83e198be404d6c06f70265fdd37566c3ebb9eb4dc4676fce3ffbbb7f743881a3a6b4b0cd0e3bd2cf27cac4fe
7
+ data.tar.gz: faaa00e3b73bbcacaf38eb521c638e4562d0f7e16e473712b185c67a72055d278dadb20f6a3ae8522996bcb08f307ee2ae70f8bdb9988bc61501a986bec7cc51
@@ -21,7 +21,7 @@ module CouchRestAdapter
21
21
  end
22
22
 
23
23
  def config_file
24
- root = Rails.env == 'test' ? File.expand_path("../../../test/dummy/", __FILE__) : Rails.root
24
+ root = Rails.root || File.expand_path("../../../test/dummy/", __FILE__)
25
25
  File.join(root, 'config', 'database.yml')
26
26
  end
27
27
 
@@ -1,3 +1,3 @@
1
1
  module CouchRestAdapter
2
- VERSION = "0.4.12"
2
+ VERSION = "0.4.13"
3
3
  end
@@ -2866,3 +2866,933 @@ LintTest: test_to_param
2866
2866
  ------------------------------
2867
2867
  LintTest: test_to_partial_path
2868
2868
  ------------------------------
2869
+ ---------------------------------------------------
2870
+ CouchRestAdapter::AttributeMethodTest: test_base_id
2871
+ ---------------------------------------------------
2872
+ -----------------------------------------------------------------------------------------------------------------------
2873
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
2874
+ -----------------------------------------------------------------------------------------------------------------------
2875
+ ---------------------------------------------------------------------------------------------------
2876
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
2877
+ ---------------------------------------------------------------------------------------------------
2878
+ ---------------------------------------------------------------------------------------------
2879
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
2880
+ ---------------------------------------------------------------------------------------------
2881
+ -----------------------------------------------------------------------------------------------------------
2882
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
2883
+ -----------------------------------------------------------------------------------------------------------
2884
+ --------------------------------------------------------------
2885
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
2886
+ --------------------------------------------------------------
2887
+ ---------------------------------------------------------
2888
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
2889
+ ---------------------------------------------------------
2890
+ ---------------------------------------------------------------------------------------------
2891
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
2892
+ ---------------------------------------------------------------------------------------------
2893
+ ---------------------------------------------------------
2894
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
2895
+ ---------------------------------------------------------
2896
+ -------------------------------------------------------------
2897
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
2898
+ -------------------------------------------------------------
2899
+ --------------------------------------------------------------------------------------------------
2900
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
2901
+ --------------------------------------------------------------------------------------------------
2902
+ ----------------------------------------------------------------------
2903
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
2904
+ ----------------------------------------------------------------------
2905
+ -------------------------------------------------------
2906
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
2907
+ -------------------------------------------------------
2908
+ --------------------------------------------------------------
2909
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
2910
+ --------------------------------------------------------------
2911
+ --------------------------
2912
+ LintTest: test_errors_aref
2913
+ --------------------------
2914
+ ---------------------------
2915
+ LintTest: test_model_naming
2916
+ ---------------------------
2917
+ -------------------------
2918
+ LintTest: test_persisted?
2919
+ -------------------------
2920
+ ---------------------
2921
+ LintTest: test_to_key
2922
+ ---------------------
2923
+ -----------------------
2924
+ LintTest: test_to_param
2925
+ -----------------------
2926
+ ------------------------------
2927
+ LintTest: test_to_partial_path
2928
+ ------------------------------
2929
+ ---------------------------------------------------
2930
+ CouchRestAdapter::AttributeMethodTest: test_base_id
2931
+ ---------------------------------------------------
2932
+ -----------------------------------------------------------------------------------------------------------------------
2933
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
2934
+ -----------------------------------------------------------------------------------------------------------------------
2935
+ ---------------------------------------------------------------------------------------------------
2936
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
2937
+ ---------------------------------------------------------------------------------------------------
2938
+ ---------------------------------------------------------------------------------------------
2939
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
2940
+ ---------------------------------------------------------------------------------------------
2941
+ -----------------------------------------------------------------------------------------------------------
2942
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
2943
+ -----------------------------------------------------------------------------------------------------------
2944
+ --------------------------------------------------------------
2945
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
2946
+ --------------------------------------------------------------
2947
+ ---------------------------------------------------------
2948
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
2949
+ ---------------------------------------------------------
2950
+ ---------------------------------------------------------------------------------------------
2951
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
2952
+ ---------------------------------------------------------------------------------------------
2953
+ ---------------------------------------------------------
2954
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
2955
+ ---------------------------------------------------------
2956
+ -------------------------------------------------------------
2957
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
2958
+ -------------------------------------------------------------
2959
+ --------------------------------------------------------------------------------------------------
2960
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
2961
+ --------------------------------------------------------------------------------------------------
2962
+ ----------------------------------------------------------------------
2963
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
2964
+ ----------------------------------------------------------------------
2965
+ -------------------------------------------------------
2966
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
2967
+ -------------------------------------------------------
2968
+ --------------------------------------------------------------
2969
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
2970
+ --------------------------------------------------------------
2971
+ --------------------------
2972
+ LintTest: test_errors_aref
2973
+ --------------------------
2974
+ ---------------------------
2975
+ LintTest: test_model_naming
2976
+ ---------------------------
2977
+ -------------------------
2978
+ LintTest: test_persisted?
2979
+ -------------------------
2980
+ ---------------------
2981
+ LintTest: test_to_key
2982
+ ---------------------
2983
+ -----------------------
2984
+ LintTest: test_to_param
2985
+ -----------------------
2986
+ ------------------------------
2987
+ LintTest: test_to_partial_path
2988
+ ------------------------------
2989
+ ---------------------------------------------------
2990
+ CouchRestAdapter::AttributeMethodTest: test_base_id
2991
+ ---------------------------------------------------
2992
+ -----------------------------------------------------------------------------------------------------------------------
2993
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
2994
+ -----------------------------------------------------------------------------------------------------------------------
2995
+ ---------------------------------------------------------------------------------------------------
2996
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
2997
+ ---------------------------------------------------------------------------------------------------
2998
+ ---------------------------------------------------------------------------------------------
2999
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3000
+ ---------------------------------------------------------------------------------------------
3001
+ -----------------------------------------------------------------------------------------------------------
3002
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3003
+ -----------------------------------------------------------------------------------------------------------
3004
+ --------------------------------------------------------------
3005
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3006
+ --------------------------------------------------------------
3007
+ ---------------------------------------------------------
3008
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3009
+ ---------------------------------------------------------
3010
+ ---------------------------------------------------------------------------------------------
3011
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3012
+ ---------------------------------------------------------------------------------------------
3013
+ ---------------------------------------------------------
3014
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3015
+ ---------------------------------------------------------
3016
+ -------------------------------------------------------------
3017
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3018
+ -------------------------------------------------------------
3019
+ --------------------------------------------------------------------------------------------------
3020
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3021
+ --------------------------------------------------------------------------------------------------
3022
+ ----------------------------------------------------------------------
3023
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3024
+ ----------------------------------------------------------------------
3025
+ ------------------------------------------------------------
3026
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3027
+ ------------------------------------------------------------
3028
+ -------------------------------------------------------
3029
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3030
+ -------------------------------------------------------
3031
+ --------------------------------------------------------------
3032
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3033
+ --------------------------------------------------------------
3034
+ --------------------------
3035
+ LintTest: test_errors_aref
3036
+ --------------------------
3037
+ ---------------------------
3038
+ LintTest: test_model_naming
3039
+ ---------------------------
3040
+ -------------------------
3041
+ LintTest: test_persisted?
3042
+ -------------------------
3043
+ ---------------------
3044
+ LintTest: test_to_key
3045
+ ---------------------
3046
+ -----------------------
3047
+ LintTest: test_to_param
3048
+ -----------------------
3049
+ ------------------------------
3050
+ LintTest: test_to_partial_path
3051
+ ------------------------------
3052
+ ---------------------------------------------------
3053
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3054
+ ---------------------------------------------------
3055
+ -----------------------------------------------------------------------------------------------------------------------
3056
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3057
+ -----------------------------------------------------------------------------------------------------------------------
3058
+ ---------------------------------------------------------------------------------------------------
3059
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3060
+ ---------------------------------------------------------------------------------------------------
3061
+ ---------------------------------------------------------------------------------------------
3062
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3063
+ ---------------------------------------------------------------------------------------------
3064
+ -----------------------------------------------------------------------------------------------------------
3065
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3066
+ -----------------------------------------------------------------------------------------------------------
3067
+ --------------------------------------------------------------
3068
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3069
+ --------------------------------------------------------------
3070
+ ---------------------------------------------------------
3071
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3072
+ ---------------------------------------------------------
3073
+ ---------------------------------------------------------------------------------------------
3074
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3075
+ ---------------------------------------------------------------------------------------------
3076
+ ---------------------------------------------------------
3077
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3078
+ ---------------------------------------------------------
3079
+ -------------------------------------------------------------
3080
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3081
+ -------------------------------------------------------------
3082
+ --------------------------------------------------------------------------------------------------
3083
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3084
+ --------------------------------------------------------------------------------------------------
3085
+ ----------------------------------------------------------------------
3086
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3087
+ ----------------------------------------------------------------------
3088
+ ------------------------------------------------------------
3089
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3090
+ ------------------------------------------------------------
3091
+ -------------------------------------------------------
3092
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3093
+ -------------------------------------------------------
3094
+ --------------------------------------------------------------
3095
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3096
+ --------------------------------------------------------------
3097
+ --------------------------
3098
+ LintTest: test_errors_aref
3099
+ --------------------------
3100
+ ---------------------------
3101
+ LintTest: test_model_naming
3102
+ ---------------------------
3103
+ -------------------------
3104
+ LintTest: test_persisted?
3105
+ -------------------------
3106
+ ---------------------
3107
+ LintTest: test_to_key
3108
+ ---------------------
3109
+ -----------------------
3110
+ LintTest: test_to_param
3111
+ -----------------------
3112
+ ------------------------------
3113
+ LintTest: test_to_partial_path
3114
+ ------------------------------
3115
+ ---------------------------------------------------
3116
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3117
+ ---------------------------------------------------
3118
+ -----------------------------------------------------------------------------------------------------------------------
3119
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3120
+ -----------------------------------------------------------------------------------------------------------------------
3121
+ ---------------------------------------------------------------------------------------------------
3122
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3123
+ ---------------------------------------------------------------------------------------------------
3124
+ ---------------------------------------------------------------------------------------------
3125
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3126
+ ---------------------------------------------------------------------------------------------
3127
+ -----------------------------------------------------------------------------------------------------------
3128
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3129
+ -----------------------------------------------------------------------------------------------------------
3130
+ --------------------------------------------------------------
3131
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3132
+ --------------------------------------------------------------
3133
+ ---------------------------------------------------------
3134
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3135
+ ---------------------------------------------------------
3136
+ ---------------------------------------------------------------------------------------------
3137
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3138
+ ---------------------------------------------------------------------------------------------
3139
+ ---------------------------------------------------------
3140
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3141
+ ---------------------------------------------------------
3142
+ -------------------------------------------------------------
3143
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3144
+ -------------------------------------------------------------
3145
+ --------------------------------------------------------------------------------------------------
3146
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3147
+ --------------------------------------------------------------------------------------------------
3148
+ ----------------------------------------------------------------------
3149
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3150
+ ----------------------------------------------------------------------
3151
+ ------------------------------------------------------------
3152
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3153
+ ------------------------------------------------------------
3154
+ -------------------------------------------------------
3155
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3156
+ -------------------------------------------------------
3157
+ --------------------------------------------------------------
3158
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3159
+ --------------------------------------------------------------
3160
+ --------------------------
3161
+ LintTest: test_errors_aref
3162
+ --------------------------
3163
+ ---------------------------
3164
+ LintTest: test_model_naming
3165
+ ---------------------------
3166
+ -------------------------
3167
+ LintTest: test_persisted?
3168
+ -------------------------
3169
+ ---------------------
3170
+ LintTest: test_to_key
3171
+ ---------------------
3172
+ -----------------------
3173
+ LintTest: test_to_param
3174
+ -----------------------
3175
+ ------------------------------
3176
+ LintTest: test_to_partial_path
3177
+ ------------------------------
3178
+ ---------------------------------------------------
3179
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3180
+ ---------------------------------------------------
3181
+ -----------------------------------------------------------------------------------------------------------------------
3182
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3183
+ -----------------------------------------------------------------------------------------------------------------------
3184
+ ---------------------------------------------------------------------------------------------------
3185
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3186
+ ---------------------------------------------------------------------------------------------------
3187
+ ---------------------------------------------------------------------------------------------
3188
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3189
+ ---------------------------------------------------------------------------------------------
3190
+ -----------------------------------------------------------------------------------------------------------
3191
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3192
+ -----------------------------------------------------------------------------------------------------------
3193
+ --------------------------------------------------------------
3194
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3195
+ --------------------------------------------------------------
3196
+ ---------------------------------------------------------
3197
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3198
+ ---------------------------------------------------------
3199
+ ---------------------------------------------------------------------------------------------
3200
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3201
+ ---------------------------------------------------------------------------------------------
3202
+ ---------------------------------------------------------
3203
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3204
+ ---------------------------------------------------------
3205
+ -------------------------------------------------------------
3206
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3207
+ -------------------------------------------------------------
3208
+ --------------------------------------------------------------------------------------------------
3209
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3210
+ --------------------------------------------------------------------------------------------------
3211
+ ----------------------------------------------------------------------
3212
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3213
+ ----------------------------------------------------------------------
3214
+ ------------------------------------------------------------
3215
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3216
+ ------------------------------------------------------------
3217
+ -------------------------------------------------------
3218
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3219
+ -------------------------------------------------------
3220
+ --------------------------------------------------------------
3221
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3222
+ --------------------------------------------------------------
3223
+ --------------------------
3224
+ LintTest: test_errors_aref
3225
+ --------------------------
3226
+ ---------------------------
3227
+ LintTest: test_model_naming
3228
+ ---------------------------
3229
+ -------------------------
3230
+ LintTest: test_persisted?
3231
+ -------------------------
3232
+ ---------------------
3233
+ LintTest: test_to_key
3234
+ ---------------------
3235
+ -----------------------
3236
+ LintTest: test_to_param
3237
+ -----------------------
3238
+ ------------------------------
3239
+ LintTest: test_to_partial_path
3240
+ ------------------------------
3241
+ ---------------------------------------------------
3242
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3243
+ ---------------------------------------------------
3244
+ -----------------------------------------------------------------------------------------------------------------------
3245
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3246
+ -----------------------------------------------------------------------------------------------------------------------
3247
+ ---------------------------------------------------------------------------------------------------
3248
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3249
+ ---------------------------------------------------------------------------------------------------
3250
+ ---------------------------------------------------------------------------------------------
3251
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3252
+ ---------------------------------------------------------------------------------------------
3253
+ -----------------------------------------------------------------------------------------------------------
3254
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3255
+ -----------------------------------------------------------------------------------------------------------
3256
+ --------------------------------------------------------------
3257
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3258
+ --------------------------------------------------------------
3259
+ ---------------------------------------------------------
3260
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3261
+ ---------------------------------------------------------
3262
+ ---------------------------------------------------------------------------------------------
3263
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3264
+ ---------------------------------------------------------------------------------------------
3265
+ ---------------------------------------------------------
3266
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3267
+ ---------------------------------------------------------
3268
+ -------------------------------------------------------------
3269
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3270
+ -------------------------------------------------------------
3271
+ --------------------------------------------------------------------------------------------------
3272
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3273
+ --------------------------------------------------------------------------------------------------
3274
+ ----------------------------------------------------------------------
3275
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3276
+ ----------------------------------------------------------------------
3277
+ ------------------------------------------------------------
3278
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3279
+ ------------------------------------------------------------
3280
+ -------------------------------------------------------
3281
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3282
+ -------------------------------------------------------
3283
+ --------------------------------------------------------------
3284
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3285
+ --------------------------------------------------------------
3286
+ --------------------------
3287
+ LintTest: test_errors_aref
3288
+ --------------------------
3289
+ ---------------------------
3290
+ LintTest: test_model_naming
3291
+ ---------------------------
3292
+ -------------------------
3293
+ LintTest: test_persisted?
3294
+ -------------------------
3295
+ ---------------------
3296
+ LintTest: test_to_key
3297
+ ---------------------
3298
+ -----------------------
3299
+ LintTest: test_to_param
3300
+ -----------------------
3301
+ ------------------------------
3302
+ LintTest: test_to_partial_path
3303
+ ------------------------------
3304
+ ---------------------------------------------------
3305
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3306
+ ---------------------------------------------------
3307
+ -----------------------------------------------------------------------------------------------------------------------
3308
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3309
+ -----------------------------------------------------------------------------------------------------------------------
3310
+ ---------------------------------------------------------------------------------------------------
3311
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3312
+ ---------------------------------------------------------------------------------------------------
3313
+ ---------------------------------------------------------------------------------------------
3314
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3315
+ ---------------------------------------------------------------------------------------------
3316
+ -----------------------------------------------------------------------------------------------------------
3317
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3318
+ -----------------------------------------------------------------------------------------------------------
3319
+ --------------------------------------------------------------
3320
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3321
+ --------------------------------------------------------------
3322
+ ---------------------------------------------------------
3323
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3324
+ ---------------------------------------------------------
3325
+ ---------------------------------------------------------------------------------------------
3326
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3327
+ ---------------------------------------------------------------------------------------------
3328
+ ---------------------------------------------------------
3329
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3330
+ ---------------------------------------------------------
3331
+ -------------------------------------------------------------
3332
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3333
+ -------------------------------------------------------------
3334
+ --------------------------------------------------------------------------------------------------
3335
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3336
+ --------------------------------------------------------------------------------------------------
3337
+ ----------------------------------------------------------------------
3338
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3339
+ ----------------------------------------------------------------------
3340
+ ------------------------------------------------------------
3341
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3342
+ ------------------------------------------------------------
3343
+ -------------------------------------------------------
3344
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3345
+ -------------------------------------------------------
3346
+ --------------------------------------------------------------
3347
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3348
+ --------------------------------------------------------------
3349
+ --------------------------
3350
+ LintTest: test_errors_aref
3351
+ --------------------------
3352
+ ---------------------------
3353
+ LintTest: test_model_naming
3354
+ ---------------------------
3355
+ -------------------------
3356
+ LintTest: test_persisted?
3357
+ -------------------------
3358
+ ---------------------
3359
+ LintTest: test_to_key
3360
+ ---------------------
3361
+ -----------------------
3362
+ LintTest: test_to_param
3363
+ -----------------------
3364
+ ------------------------------
3365
+ LintTest: test_to_partial_path
3366
+ ------------------------------
3367
+ ---------------------------------------------------
3368
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3369
+ ---------------------------------------------------
3370
+ -----------------------------------------------------------------------------------------------------------------------
3371
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3372
+ -----------------------------------------------------------------------------------------------------------------------
3373
+ ---------------------------------------------------------------------------------------------------
3374
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3375
+ ---------------------------------------------------------------------------------------------------
3376
+ ---------------------------------------------------------------------------------------------
3377
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3378
+ ---------------------------------------------------------------------------------------------
3379
+ -----------------------------------------------------------------------------------------------------------
3380
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3381
+ -----------------------------------------------------------------------------------------------------------
3382
+ --------------------------------------------------------------
3383
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3384
+ --------------------------------------------------------------
3385
+ ---------------------------------------------------------
3386
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3387
+ ---------------------------------------------------------
3388
+ ---------------------------------------------------------------------------------------------
3389
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3390
+ ---------------------------------------------------------------------------------------------
3391
+ ---------------------------------------------------------
3392
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3393
+ ---------------------------------------------------------
3394
+ -------------------------------------------------------------
3395
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3396
+ -------------------------------------------------------------
3397
+ --------------------------------------------------------------------------------------------------
3398
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3399
+ --------------------------------------------------------------------------------------------------
3400
+ ----------------------------------------------------------------------
3401
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3402
+ ----------------------------------------------------------------------
3403
+ ------------------------------------------------------------
3404
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3405
+ ------------------------------------------------------------
3406
+ -------------------------------------------------------
3407
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3408
+ -------------------------------------------------------
3409
+ --------------------------------------------------------------
3410
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3411
+ --------------------------------------------------------------
3412
+ --------------------------
3413
+ LintTest: test_errors_aref
3414
+ --------------------------
3415
+ ---------------------------
3416
+ LintTest: test_model_naming
3417
+ ---------------------------
3418
+ -------------------------
3419
+ LintTest: test_persisted?
3420
+ -------------------------
3421
+ ---------------------
3422
+ LintTest: test_to_key
3423
+ ---------------------
3424
+ -----------------------
3425
+ LintTest: test_to_param
3426
+ -----------------------
3427
+ ------------------------------
3428
+ LintTest: test_to_partial_path
3429
+ ------------------------------
3430
+ ---------------------------------------------------
3431
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3432
+ ---------------------------------------------------
3433
+ -----------------------------------------------------------------------------------------------------------------------
3434
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3435
+ -----------------------------------------------------------------------------------------------------------------------
3436
+ ---------------------------------------------------------------------------------------------------
3437
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3438
+ ---------------------------------------------------------------------------------------------------
3439
+ ---------------------------------------------------------------------------------------------
3440
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3441
+ ---------------------------------------------------------------------------------------------
3442
+ -----------------------------------------------------------------------------------------------------------
3443
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3444
+ -----------------------------------------------------------------------------------------------------------
3445
+ --------------------------------------------------------------
3446
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3447
+ --------------------------------------------------------------
3448
+ ---------------------------------------------------------
3449
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3450
+ ---------------------------------------------------------
3451
+ ---------------------------------------------------------------------------------------------
3452
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3453
+ ---------------------------------------------------------------------------------------------
3454
+ ---------------------------------------------------------
3455
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3456
+ ---------------------------------------------------------
3457
+ -------------------------------------------------------------
3458
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3459
+ -------------------------------------------------------------
3460
+ --------------------------------------------------------------------------------------------------
3461
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3462
+ --------------------------------------------------------------------------------------------------
3463
+ ----------------------------------------------------------------------
3464
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3465
+ ----------------------------------------------------------------------
3466
+ ------------------------------------------------------------
3467
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3468
+ ------------------------------------------------------------
3469
+ -------------------------------------------------------
3470
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3471
+ -------------------------------------------------------
3472
+ --------------------------------------------------------------
3473
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3474
+ --------------------------------------------------------------
3475
+ --------------------------
3476
+ LintTest: test_errors_aref
3477
+ --------------------------
3478
+ ---------------------------
3479
+ LintTest: test_model_naming
3480
+ ---------------------------
3481
+ -------------------------
3482
+ LintTest: test_persisted?
3483
+ -------------------------
3484
+ ---------------------
3485
+ LintTest: test_to_key
3486
+ ---------------------
3487
+ -----------------------
3488
+ LintTest: test_to_param
3489
+ -----------------------
3490
+ ------------------------------
3491
+ LintTest: test_to_partial_path
3492
+ ------------------------------
3493
+ ---------------------------------------------------
3494
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3495
+ ---------------------------------------------------
3496
+ -----------------------------------------------------------------------------------------------------------------------
3497
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3498
+ -----------------------------------------------------------------------------------------------------------------------
3499
+ ---------------------------------------------------------------------------------------------------
3500
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3501
+ ---------------------------------------------------------------------------------------------------
3502
+ ---------------------------------------------------------------------------------------------
3503
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3504
+ ---------------------------------------------------------------------------------------------
3505
+ -----------------------------------------------------------------------------------------------------------
3506
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3507
+ -----------------------------------------------------------------------------------------------------------
3508
+ --------------------------------------------------------------
3509
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3510
+ --------------------------------------------------------------
3511
+ ---------------------------------------------------------
3512
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3513
+ ---------------------------------------------------------
3514
+ ---------------------------------------------------------------------------------------------
3515
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3516
+ ---------------------------------------------------------------------------------------------
3517
+ ---------------------------------------------------------
3518
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3519
+ ---------------------------------------------------------
3520
+ -------------------------------------------------------------
3521
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3522
+ -------------------------------------------------------------
3523
+ --------------------------------------------------------------------------------------------------
3524
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3525
+ --------------------------------------------------------------------------------------------------
3526
+ ----------------------------------------------------------------------
3527
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3528
+ ----------------------------------------------------------------------
3529
+ ------------------------------------------------------------
3530
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3531
+ ------------------------------------------------------------
3532
+ -------------------------------------------------------
3533
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3534
+ -------------------------------------------------------
3535
+ --------------------------------------------------------------
3536
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3537
+ --------------------------------------------------------------
3538
+ --------------------------
3539
+ LintTest: test_errors_aref
3540
+ --------------------------
3541
+ ---------------------------
3542
+ LintTest: test_model_naming
3543
+ ---------------------------
3544
+ -------------------------
3545
+ LintTest: test_persisted?
3546
+ -------------------------
3547
+ ---------------------
3548
+ LintTest: test_to_key
3549
+ ---------------------
3550
+ -----------------------
3551
+ LintTest: test_to_param
3552
+ -----------------------
3553
+ ------------------------------
3554
+ LintTest: test_to_partial_path
3555
+ ------------------------------
3556
+ ---------------------------------------------------
3557
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3558
+ ---------------------------------------------------
3559
+ -----------------------------------------------------------------------------------------------------------------------
3560
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3561
+ -----------------------------------------------------------------------------------------------------------------------
3562
+ ---------------------------------------------------------------------------------------------------
3563
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3564
+ ---------------------------------------------------------------------------------------------------
3565
+ ---------------------------------------------------------------------------------------------
3566
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3567
+ ---------------------------------------------------------------------------------------------
3568
+ -----------------------------------------------------------------------------------------------------------
3569
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3570
+ -----------------------------------------------------------------------------------------------------------
3571
+ --------------------------------------------------------------
3572
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3573
+ --------------------------------------------------------------
3574
+ ---------------------------------------------------------
3575
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3576
+ ---------------------------------------------------------
3577
+ ---------------------------------------------------------------------------------------------
3578
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3579
+ ---------------------------------------------------------------------------------------------
3580
+ ---------------------------------------------------------
3581
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3582
+ ---------------------------------------------------------
3583
+ -------------------------------------------------------------
3584
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3585
+ -------------------------------------------------------------
3586
+ --------------------------------------------------------------------------------------------------
3587
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3588
+ --------------------------------------------------------------------------------------------------
3589
+ ----------------------------------------------------------------------
3590
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3591
+ ----------------------------------------------------------------------
3592
+ ------------------------------------------------------------
3593
+ CouchRestAdapterTest: test_query_all_will_execute_JSON.parse
3594
+ ------------------------------------------------------------
3595
+ -------------------------------------------------------
3596
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3597
+ -------------------------------------------------------
3598
+ --------------------------------------------------------------
3599
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3600
+ --------------------------------------------------------------
3601
+ --------------------------
3602
+ LintTest: test_errors_aref
3603
+ --------------------------
3604
+ ---------------------------
3605
+ LintTest: test_model_naming
3606
+ ---------------------------
3607
+ -------------------------
3608
+ LintTest: test_persisted?
3609
+ -------------------------
3610
+ ---------------------
3611
+ LintTest: test_to_key
3612
+ ---------------------
3613
+ -----------------------
3614
+ LintTest: test_to_param
3615
+ -----------------------
3616
+ ------------------------------
3617
+ LintTest: test_to_partial_path
3618
+ ------------------------------
3619
+ ---------------------------------------------------
3620
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3621
+ ---------------------------------------------------
3622
+ -----------------------------------------------------------------------------------------------------------------------
3623
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3624
+ -----------------------------------------------------------------------------------------------------------------------
3625
+ ---------------------------------------------------------------------------------------------------
3626
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3627
+ ---------------------------------------------------------------------------------------------------
3628
+ ---------------------------------------------------------------------------------------------
3629
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3630
+ ---------------------------------------------------------------------------------------------
3631
+ -----------------------------------------------------------------------------------------------------------
3632
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3633
+ -----------------------------------------------------------------------------------------------------------
3634
+ --------------------------------------------------------------
3635
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3636
+ --------------------------------------------------------------
3637
+ ---------------------------------------------------------
3638
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3639
+ ---------------------------------------------------------
3640
+ ---------------------------------------------------------------------------------------------
3641
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3642
+ ---------------------------------------------------------------------------------------------
3643
+ ---------------------------------------------------------
3644
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3645
+ ---------------------------------------------------------
3646
+ -------------------------------------------------------------
3647
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3648
+ -------------------------------------------------------------
3649
+ --------------------------------------------------------------------------------------------------
3650
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3651
+ --------------------------------------------------------------------------------------------------
3652
+ ----------------------------------------------------------------------
3653
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3654
+ ----------------------------------------------------------------------
3655
+ -------------------------------------------------------
3656
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3657
+ -------------------------------------------------------
3658
+ --------------------------------------------------------------
3659
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3660
+ --------------------------------------------------------------
3661
+ --------------------------
3662
+ LintTest: test_errors_aref
3663
+ --------------------------
3664
+ ---------------------------
3665
+ LintTest: test_model_naming
3666
+ ---------------------------
3667
+ -------------------------
3668
+ LintTest: test_persisted?
3669
+ -------------------------
3670
+ ---------------------
3671
+ LintTest: test_to_key
3672
+ ---------------------
3673
+ -----------------------
3674
+ LintTest: test_to_param
3675
+ -----------------------
3676
+ ------------------------------
3677
+ LintTest: test_to_partial_path
3678
+ ------------------------------
3679
+ ---------------------------------------------------
3680
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3681
+ ---------------------------------------------------
3682
+ -----------------------------------------------------------------------------------------------------------------------
3683
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3684
+ -----------------------------------------------------------------------------------------------------------------------
3685
+ ---------------------------------------------------------------------------------------------------
3686
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3687
+ ---------------------------------------------------------------------------------------------------
3688
+ ---------------------------------------------------------------------------------------------
3689
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3690
+ ---------------------------------------------------------------------------------------------
3691
+ -----------------------------------------------------------------------------------------------------------
3692
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3693
+ -----------------------------------------------------------------------------------------------------------
3694
+ --------------------------------------------------------------
3695
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3696
+ --------------------------------------------------------------
3697
+ ---------------------------------------------------------
3698
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3699
+ ---------------------------------------------------------
3700
+ ---------------------------------------------------------------------------------------------
3701
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3702
+ ---------------------------------------------------------------------------------------------
3703
+ ---------------------------------------------------------
3704
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3705
+ ---------------------------------------------------------
3706
+ -------------------------------------------------------------
3707
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3708
+ -------------------------------------------------------------
3709
+ --------------------------------------------------------------------------------------------------
3710
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3711
+ --------------------------------------------------------------------------------------------------
3712
+ ----------------------------------------------------------------------
3713
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3714
+ ----------------------------------------------------------------------
3715
+ -------------------------------------------------------
3716
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3717
+ -------------------------------------------------------
3718
+ --------------------------------------------------------------
3719
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3720
+ --------------------------------------------------------------
3721
+ --------------------------
3722
+ LintTest: test_errors_aref
3723
+ --------------------------
3724
+ ---------------------------
3725
+ LintTest: test_model_naming
3726
+ ---------------------------
3727
+ -------------------------
3728
+ LintTest: test_persisted?
3729
+ -------------------------
3730
+ ---------------------
3731
+ LintTest: test_to_key
3732
+ ---------------------
3733
+ -----------------------
3734
+ LintTest: test_to_param
3735
+ -----------------------
3736
+ ------------------------------
3737
+ LintTest: test_to_partial_path
3738
+ ------------------------------
3739
+ ---------------------------------------------------
3740
+ CouchRestAdapter::AttributeMethodTest: test_base_id
3741
+ ---------------------------------------------------
3742
+ -----------------------------------------------------------------------------------------------------------------------
3743
+ CouchRestAdapter::DocumentManagementTest: test__set_id_and_namespace_will_set_the__id_variable_with_an_id_and_namespace
3744
+ -----------------------------------------------------------------------------------------------------------------------
3745
+ ---------------------------------------------------------------------------------------------------
3746
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace=_allows_override_of_namespace
3747
+ ---------------------------------------------------------------------------------------------------
3748
+ ---------------------------------------------------------------------------------------------
3749
+ CouchRestAdapter::DocumentManagementTest: test_class_method_namespace_defaults_to_object_name
3750
+ ---------------------------------------------------------------------------------------------
3751
+ -----------------------------------------------------------------------------------------------------------
3752
+ CouchRestAdapter::DocumentManagementTest: test_class_method_object_name_returns_model_name_in_singular_form
3753
+ -----------------------------------------------------------------------------------------------------------
3754
+ --------------------------------------------------------------
3755
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
3756
+ --------------------------------------------------------------
3757
+ ---------------------------------------------------------
3758
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
3759
+ ---------------------------------------------------------
3760
+ ---------------------------------------------------------------------------------------------
3761
+ CouchRestAdapterTest: test_find_by_attr_will_return_array_of_docs_with_type_set_to_model_name
3762
+ ---------------------------------------------------------------------------------------------
3763
+ ---------------------------------------------------------
3764
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
3765
+ ---------------------------------------------------------
3766
+ -------------------------------------------------------------
3767
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
3768
+ -------------------------------------------------------------
3769
+ --------------------------------------------------------------------------------------------------
3770
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
3771
+ --------------------------------------------------------------------------------------------------
3772
+ ----------------------------------------------------------------------
3773
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
3774
+ ----------------------------------------------------------------------
3775
+ -------------------------------------------------------
3776
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
3777
+ -------------------------------------------------------
3778
+ --------------------------------------------------------------
3779
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
3780
+ --------------------------------------------------------------
3781
+ --------------------------
3782
+ LintTest: test_errors_aref
3783
+ --------------------------
3784
+ ---------------------------
3785
+ LintTest: test_model_naming
3786
+ ---------------------------
3787
+ -------------------------
3788
+ LintTest: test_persisted?
3789
+ -------------------------
3790
+ ---------------------
3791
+ LintTest: test_to_key
3792
+ ---------------------
3793
+ -----------------------
3794
+ LintTest: test_to_param
3795
+ -----------------------
3796
+ ------------------------------
3797
+ LintTest: test_to_partial_path
3798
+ ------------------------------
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couch_rest_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.12
4
+ version: 0.4.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Guerra