Skip to content

Commit

Permalink
Cleanup spec whitelist for hash specs
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Dec 13, 2013
1 parent 32e0f6e commit effb5f6
Showing 1 changed file with 1 addition and 58 deletions.
59 changes: 1 addition & 58 deletions spec/opal/rubyspecs
Expand Up @@ -3,6 +3,7 @@ core/array
core/basicobject
core/class
core/false
core/hash
core/nil
core/struct
core/true
Expand Down Expand Up @@ -60,64 +61,6 @@ core/enumerator/new_spec
core/enumerator/next_spec
core/enumerator/rewind_spec

core/hash/allocate_spec
core/hash/assoc_spec
core/hash/compare_by_identity_spec
core/hash/clear_spec
core/hash/clone_spec
core/hash/constructor_spec
core/hash/default_proc_spec
core/hash/default_spec
core/hash/delete_if_spec
core/hash/delete_spec
core/hash/each_key_spec
core/hash/each_pair_spec
core/hash/each_spec
core/hash/each_value_spec
core/hash/element_reference_spec
core/hash/element_set_spec
core/hash/empty_spec
core/hash/eql_spec
core/hash/equal_value_spec
core/hash/fetch_spec
core/hash/flatten_spec
core/hash/has_key_spec
core/hash/has_value_spec
core/hash/hash_spec
core/hash/include_spec
core/hash/index_spec
core/hash/indexes_spec
core/hash/indices_spec
core/hash/initialize_copy_spec
core/hash/initialize_spec
core/hash/inspect_spec
core/hash/invert_spec
core/hash/keep_if_spec
core/hash/key_spec
core/hash/keys_spec
core/hash/length_spec
core/hash/member_spec
core/hash/merge_spec
core/hash/new_spec
core/hash/rassoc_spec
core/hash/rehash_spec
core/hash/reject_spec
core/hash/replace_spec
core/hash/select_spec
core/hash/shift_spec
core/hash/size_spec
core/hash/sort_spec
core/hash/store_spec
core/hash/to_a_spec
core/hash/to_h_spec
core/hash/to_hash_spec
core/hash/to_s_spec
core/hash/try_convert_spec
core/hash/update_spec
core/hash/value_spec
core/hash/values_at_spec
core/hash/values_spec

core/kernel/comparison_spec
core/kernel/eql_spec
core/kernel/equal_spec
Expand Down

0 comments on commit effb5f6

Please sign in to comment.