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

rspec-core 3.0.3 #3298

Closed
seanlinsley opened this issue Jul 24, 2014 · 3 comments
Closed

rspec-core 3.0.3 #3298

seanlinsley opened this issue Jul 24, 2014 · 3 comments

Comments

@seanlinsley
Copy link
Contributor

Our tests are failing on Travis, which I think was caused by the latest release of rspec-core, 3.0.3

TypeError: no implicit conversion from nil to integer
gems/rspec-core-3.0.3/lib/rspec/core/rake_task.rb:93:in `exit'
gems/rspec-core-3.0.3/lib/rspec/core/rake_task.rb:93:in `run_task'
gems/rspec-core-3.0.3/lib/rspec/core/rake_task.rb:106:in `block (2 levels) in define'
gems/rspec-core-3.0.3/lib/rspec/core/rake_task.rb:104:in `block in define'
Tasks: TOP => test_with_coveralls => test => spec:unit
(See full trace by running task with --trace)
@seanlinsley
Copy link
Contributor Author

I'm not able to reproduce this error locally, but rspec/rspec-expectations@a823c9f is causing rspec to consume all available memory until manually cancelled.

I'm currently getting around that with:

gem 'rspec-expectations', github: 'rspec/rspec-expectations', ref: '0aef026d'

@seanlinsley
Copy link
Contributor Author

I still have no idea what's happening :-/

@seanlinsley
Copy link
Contributor Author

Hopefully this was resolved by way of activeadmin/arbre#30

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