Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSIndexPath specs fail on 10.9 #351

Closed
clayallsopp opened this issue Mar 10, 2014 · 0 comments
Closed

NSIndexPath specs fail on 10.9 #351

clayallsopp opened this issue Mar 10, 2014 · 0 comments

Comments

@clayallsopp
Copy link
Contributor

with extra puts:

NSIndexPathWrap
  - should be able to use an array like accessor [ERROR: NoMethodError - undefined method `indexAtPosition' for 826:Fixnum]
  - should support the each iterator
  @index: #<ImmediateRef:0x7f889bebc3a0>
   self: 0+826i
 [ERROR: NoMethodError - undefined method `length' for 826:Fixnum]

NoMethodError: undefined method `indexAtPosition' for 826:Fixnum
    ns_index_path.rb:8:in `[]:': NSIndexPathWrap - should be able to use an array like accessor
    spec.rb:316:in `block in run_spec_block'
    spec.rb:440:in `execute_block'
    spec.rb:316:in `run_spec_block'
    spec.rb:331:in `run'

NoMethodError: undefined method `length' for 826:Fixnum
    ns_index_path.rb:17:in `each': NSIndexPathWrap - should support the each iterator
    spec.rb:316:in `block in run_spec_block'
    spec.rb:440:in `execute_block'
    spec.rb:316:in `run_spec_block'
    spec.rb:331:in `run'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant